Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem running on Vaadin 24 #475

Open
sonnessa opened this issue Mar 25, 2023 · 2 comments
Open

Problem running on Vaadin 24 #475

sonnessa opened this issue Mar 25, 2023 · 2 comments

Comments

@sonnessa
Copy link

I'm trying the component with Vaadin 24 and nothing is visible
on the view.
No error in browser console is raised.
I tried to change different colors without any success.

I'm using Lumo dark theme.

Is it supported on 24?

Thanks in advance,
Michele Sonnessa

@Kekwel
Copy link

Kekwel commented Jul 28, 2023

Hi, I had the same issue here on Vaadin 14, you can try if it's the same thing : #117

@fredpena
Copy link

Try this solution, work for me.

Add de.f0rce.signaturepad in application.properties file

Ex: vaadin.allowed-packages=de.f0rce.signaturepad

These are the versions are using.

    <properties>
        <java.version>21</java.version>
        <vaadin.version>24.3.9</vaadin.version>
    </properties>

    <parent>
        <groupId>org.springframework.boot</groupId>
        <artifactId>spring-boot-starter-parent</artifactId>
        <version>3.2.4</version>
    </parent>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants