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
I have 2 way binding between a slider and a text box. It is perfectly acceptable for the value entered in the text box to be outside the bounds of the slider's min/max, but when this is the case the pointer is rendered "outside" of the slider bar.
I have made a "fix" to the source to ensure that the pointer always shows on the bar (at the beginning or end, if outside the min/max bounds), and can create a pull request if you think this is a feature you'd like to integrate.