-
Notifications
You must be signed in to change notification settings - Fork 188
New issue
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
min
prop is opposite of what is expected
#296
Comments
I'm not sure what you're asking; I do see the odd behavior when the value is already set to something below the new minimum value, and that should be fixed here by clamping the current value so it's not less than the |
It is a visual discrepancy. As you mentioned, |
It's not about that - it's that you default the values to If you change the default to |
That makes sense, setting the default to |
I don't see much documentation on
min
prop in the README, so please correct me if I am understanding this wrongly, but passing value tomin
prop is having the opposite effect as it should. Passing a positive value is causing the thumb to move leftmin
prop is causing thumb to move leftmin
prop value should move slider thumb to rightThe text was updated successfully, but these errors were encountered: