Replies: 1 comment
-
Thanks for feedback, we will consider adding disabled state to the slider |
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
-
I am using a slider to allow users to select some number in some range. However, in my case this range can also be 0 (as in, no numbers can be selected except 0). In such cases I think it would be great to be able to disable the slider so the user does not think that the slider is broken. Of course this is already possible visually by changing the color and by disabling labels, but I think a native solution makes sense since other input components have them too.
Aside from this, perhaps it is an idea to center the thumb in the case where only one value can be selected. It is currently all the way on the left:

Beta Was this translation helpful? Give feedback.
All reactions