Dynamic step changes while dragging Slider and RangeSlider #1055
aaronzomback
started this conversation in
Feature requests
Replies: 1 comment
-
Thanks for leaving a feature request, I'll be working on it in one of the releases after 3.5, leaving it for community now, so feel free to contribute it if "Help wanted" label is still on this issue |
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
-
When implementing a conditional in the step prop on Slider, i.e.
step={investmentValue >= 1000 ? 100 : 10}
The step changes only using the keyboard arrows, but not with mouse drag on slider.
Beta Was this translation helpful? Give feedback.
All reactions