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

Problem when typing on NumericStepper #1226

Closed
JoseRenan opened this issue May 29, 2020 · 1 comment
Closed

Problem when typing on NumericStepper #1226

JoseRenan opened this issue May 29, 2020 · 1 comment
Labels

Comments

@JoseRenan
Copy link
Contributor

Describe the bug
When you try to type a number on NumericStepper, it allows you to type one digit only, to type other digits you have to point the cursor back to the input and finish

To Reproduce

  1. Click on the NumericStepper input:
    image
  2. You start typing, it will input the first digit you typed and then "lock"

Expected behavior

The component should accept the number the user type if it is allowed by the validation rules (min, max etc)

Additional context
This problem is also occurring on the examples on the Styleguide documentation with all the validation props set to their default

@JoseRenan
Copy link
Contributor Author

Already fixed on #1218

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant