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
When updating the min and max values after a numeric slider control has been created, the slider updates appropriately with the new limits, but the input field continues to restrict the values to the initial min and max.
Try inputting a number over 20 and it will be reduced to 20, but if you use the slider you can go up to 50.
Similarly when typing in a number between 0 and 10 it will jump to 10 even though the slider correctly allows lower values.
The text was updated successfully, but these errors were encountered:
When updating the min and max values after a numeric slider control has been created, the slider updates appropriately with the new limits, but the input field continues to restrict the values to the initial min and max.
Here is a quick fiddle.
https://jsfiddle.net/ahqpmzLk/
Try inputting a number over 20 and it will be reduced to 20, but if you use the slider you can go up to 50.
Similarly when typing in a number between 0 and 10 it will jump to 10 even though the slider correctly allows lower values.
The text was updated successfully, but these errors were encountered: