-
-
Notifications
You must be signed in to change notification settings - Fork 24
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
[Bug]: Broken; Signature only allowing one click at a time #36
Comments
2024-12-05.18-02-13.mp4 |
Any workaround for this? I have the same issue. |
I ended up using saade/filament-autograph |
Cheers for that, if my PR ends up not getting merged I might switch over soon too :) |
Just a heads up, we just encountered a bug where saade/filament-autograph only sometimes works. I can't exactly explain it because there are no frontend errors in that package whatsoever.. Sometimes, you can not even touch/click into the canvas.. No clue. I'll checkout your PR branch to see if I can get this wrapped up in my project before I create my own implemented of https://github.com/szimek/signature_pad |
What happened?
On mouseup, the signature is immediately finalized without allowing additional characters in a signature.
How to reproduce the bug
Follow the instructions for 2.0
Package Version
2.0.0
PHP Version
8.3
Laravel Version
10.48.25
Which operating systems does with happen with?
Linux
Notes
Filament version: 3.2.128
Adding
->reactive(false)
breaks the field significantly as well but that can be considered a separate issue.The text was updated successfully, but these errors were encountered: