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 May 25, 2019. It is now read-only.
See the second example on the demo page - the slider increases 5 steps when changing the value of the input from 2 to 3. Apparently the slider is cieling the value and correctly snaps the slider handle to next coming value. However the value of the input isn't changing. Perhaps the value of the input should step as well?
The text was updated successfully, but these errors were encountered:
I believe the value of the slider is rounded in order to snap to the steps. In the second example with step 5 set, if one drags the slider handle just above where 3 is suppose to be, the handle snaps to value 5 and on the other hand if one drags the handle just below 3 it snaps to 0. That would make sense why the handle is moving at odd values.
We need to review the stepping of values.
See the second example on the demo page - the slider increases 5 steps when changing the value of the input from 2 to 3. Apparently the slider is cieling the value and correctly snaps the slider handle to next coming value. However the value of the input isn't changing. Perhaps the value of the input should step as well?
The text was updated successfully, but these errors were encountered: