We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
step
rx.Slider
The Slider component is missing a crucial prop, step, which controls where the "thumb" stops along the track.
See https://chakra-ui.com/docs/components/slider/props
Additionally the min_steps_between_thumbs prop should be removed, as that is only defined on the rx.RangeSlider.
min_steps_between_thumbs
rx.RangeSlider
The text was updated successfully, but these errors were encountered:
Added the step prop to Slider[Issue reflex-dev#1639]
Slider
30b586c
Added the step prop to Slider[Issue #1639] (#1643)
0ce77c1
Successfully merging a pull request may close this issue.
The Slider component is missing a crucial prop,
step
, which controls where the "thumb" stops along the track.See https://chakra-ui.com/docs/components/slider/props
Additionally the
min_steps_between_thumbs
prop should be removed, as that is only defined on therx.RangeSlider
.The text was updated successfully, but these errors were encountered: