Slider onValueChange behaviour #1593
Unanswered
surrealroad
asked this question in
Help
Replies: 1 comment
-
I have worked around this by doing the following, which is probably not ideal but works:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
As noted on this issue: xyflow/xyflow#4916 (comment) it appears that the Slider's
onValueChange
behaviour is that it also gets triggered whenvalue
is changed directly. Is there a way around that? Basically it prevents controlled animation, whereas the react equivalent works differently.Beta Was this translation helpful? Give feedback.
All reactions