Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[slider text input] Can't enter desired number when minimum is specified #5766

Closed
1 of 2 tasks
djlalwet opened this issue Apr 1, 2020 · 1 comment
Closed
1 of 2 tasks

Comments

@djlalwet
Copy link

djlalwet commented Apr 1, 2020

  • carbon-components
  • carbon-components-react

Detailed description

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

  1. Create a slider with a minimum value of 10 and text input is not hidden
  2. Delete text in text input
  3. Enter single digit number
@asudoh
Copy link
Contributor

asudoh commented Apr 1, 2020

Hi 👋 thank you for reporting - I think this is the same as #3107, feel free to let us know otherwise.

@asudoh asudoh closed this as completed Apr 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants