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

Problems when typing or pasting numbers into InputNumber #530

Closed
mertsincan opened this issue Oct 7, 2020 · 0 comments
Closed

Problems when typing or pasting numbers into InputNumber #530

mertsincan opened this issue Oct 7, 2020 · 0 comments
Assignees
Labels
Type: Bug Issue contains a bug related to a specific component. Something about the component is not working
Milestone

Comments

@mertsincan
Copy link
Member

Reported By PRO User;

  1. For decimal and currency modes, when trying to replace only the numbers in the decimal section the first number pressed will be updated. The cursor then skips the next number.

    • Example: For the US Currency, set the value to 1.25. Then highlight the "25" and enter "37". The end result in the field will be "$1.35". *Attempting this same activity in the number component for United States Locale will result in the value being "1.357" because the cursor will skip the hundredths place.
  2. For the component in currency mode with the USD currency code, decimal input does not function after deleting the contents of the field.

    • Example: Delete the contents, including the currency symbol, of the United States currency field. Click out of the field. Now enter "1.25" into the field. The resulting value will be "$251.00"
  3. For the component in currency mode with the USD currency code, pasting a value into the field if it is empty does not work when the value contains a decimal.

    • Example: Completely empty the field. Click away. Try to past "123.45" into the field. The value will not paste.
@mertsincan mertsincan added the Type: Bug Issue contains a bug related to a specific component. Something about the component is not working label Oct 7, 2020
@mertsincan mertsincan added this to the 3.0.0-rc.3 milestone Oct 7, 2020
@mertsincan mertsincan self-assigned this Oct 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug Issue contains a bug related to a specific component. Something about the component is not working
Projects
None yet
Development

No branches or pull requests

1 participant