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
There is a bug when trying to type in a number into the input box for the slider
Is this issue related to a specific component?
Slider Component
What did you expect to happen? What happened instead?
If you, for example, have min 30, and your current value is 35, if you want to change it to 34, the box wont allow you to delete the ‘4’ as the value would be ‘3’, even though you are still editing the number.
What would you like to see changed?
Might be better to delay the validation until the user has left the input box, or mark the box as invalid and not automatically change the value
What browser are you working in?
Chrome
What version of the Carbon Design System are you using?
What package(s) are you using?
carbon-components
carbon-components-react
Detailed description
There is a bug when trying to type in a number into the input box for the slider
Slider Component
If you, for example, have min 30, and your current value is 35, if you want to change it to 34, the box wont allow you to delete the ‘4’ as the value would be ‘3’, even though you are still editing the number.
Might be better to delay the validation until the user has left the input box, or mark the box as invalid and not automatically change the value
Chrome
carbon-components: 10.35.0,
carbon-components-react: 7.35.0
The text was updated successfully, but these errors were encountered: