onChange not working? #1247
Unanswered
Emiliano-Bucci
asked this question in
Support
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi to all! I have a question regarding the
onChange
callback, but i don't know if this is a bug or a normal behavior. I have the following example:and what i want to do is:
the problem is that the
onChange
callback isn't triggered (it is only triggered if i declare it in the useSpring hook), but i see from types perspective that we can pass theonChange
callback, so i don't know what's happening :D I have the latest version ofuse-spring
. Thanks a lot :)Beta Was this translation helpful? Give feedback.
All reactions