You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My use case is that I need to do X when user click somewhere on the bar but not by dragging the knob and Y when the user drag the knob.
I did not find any callback or state to let me do that. I also noticed that activeHandleRender has the prop dragging as true even when I don't drag it. I initially wanted to watch the props of the activeHandleRender as workaround but I cannot because of that.
Is there a feature I did not see or it's just not possible currently ?
The text was updated successfully, but these errors were encountered:
My use case is that I need to do X when user click somewhere on the bar but not by dragging the knob and Y when the user drag the knob.
I did not find any callback or state to let me do that. I also noticed that
activeHandleRender
has the propdragging
as true even when I don't drag it. I initially wanted to watch the props of theactiveHandleRender
as workaround but I cannot because of that.Is there a feature I did not see or it's just not possible currently ?
The text was updated successfully, but these errors were encountered: