F0rce/signature-widget

Problem running on Vaadin 24

Opened this issue · 2 comments

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 commented

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

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>