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
Describe in detail the issue you're having.
It is impossible to enter a number below the minimum in the text input field. If the minimum is 10, and I would like to enter 19, this is not possible by deleting the text input contents and entering "1" then "9".
Is this issue related to a specific component?
Slider
What did you expect to happen? What happened instead? What would you like to
see changed?
Entering a number below the minimum is possible until finalized. An invalid number below the minimum should update to the minimum when finalized (pressing enter, clicking elsewhere).
What browser are you working in?
Chrome
What version of the Carbon Design System are you using?
"carbon-components": "^10.10.3",
"carbon-components-react": "^7.10.3",
Steps to reproduce the issue
Create a slider with a minimum value of 10 and text input is not hidden
Delete text in text input
Enter single digit number
The text was updated successfully, but these errors were encountered:
carbon-components
carbon-components-react
Detailed description
Steps to reproduce the issue
The text was updated successfully, but these errors were encountered: