Replies: 2 comments
-
|
Beta Was this translation helpful? Give feedback.
-
Looking at the history, |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
Looking at the history, |
Beta Was this translation helpful? Give feedback.
-
During a review of the Slider component, a number of considerations for the slider were raised. They are posted as comments in slider code and slider usage, but I will point out a question here:
There are two main variants of a slider listed -- one with a text input and one without one. Why aren't they listed as variants. Their behaviour is different. For instance, when there is no numeric input, the value of the slider is impossible to determine.
On the code page, I activated the hideTextInput modifier so that the slider displays without a text input (which is allowed). What is the slider value? No way of knowing, since the input was the only label for it. And yet, we have labels at the termini. This seems problematic.
On the Usage page it states:
I kinda get the idea of a range with no labels at all, but once there are labels on the ends, shouldn't the value should be shown, ideally with a persistent label, but as a fallback, on both hover and focus?
Beta Was this translation helpful? Give feedback.
All reactions