You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 13, 2018. It is now read-only.
Currently there's no way for a user to view the current value of the slider. The editable flag will let the user edit the value in a text field, but it would be useful if there was a way to display the value as you drag, without using the editable flag. This might be achieved by displaying a label to the left, right, above, or below the slider.
The text was updated successfully, but these errors were encountered:
Is there a reason that an always-show-pin flag doesn't exist? I know that the specs don't show the pin in the normal mode, but I don't see why that should prevent people from having the option to show it if they want to.
In one of my personal projects I've added an always-show-pin flag, and this is me discussing the design/necessity of such a change before I submit a pull request for it. Any thoughts?
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Currently there's no way for a user to view the current value of the slider. The editable flag will let the user edit the value in a text field, but it would be useful if there was a way to display the value as you drag, without using the editable flag. This might be achieved by displaying a label to the left, right, above, or below the slider.
The text was updated successfully, but these errors were encountered: