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
We have an issue with a form field that has an 'amount' type.
We define it as <bal-number-input decimal="2" ....
When a user inputs 5000 and exits the field, then the number gets formatted as 5'000.00 , so far so good.
The next time when filling in the form, the user can choose the value from an autofill popup in the browser. The autofill enters
2'000.00 in the field but this is not a number and it is truncated to 2.00.
How do you deal with this situation? Turn off autofill? Don't use bal-number-input?
Additional Information
No response
Code of Conduct
I agree to follow this project's Code of Conduct
The text was updated successfully, but these errors were encountered:
Question
We have an issue with a form field that has an 'amount' type.
We define it as <bal-number-input decimal="2" ....
When a user inputs 5000 and exits the field, then the number gets formatted as 5'000.00 , so far so good.
The next time when filling in the form, the user can choose the value from an autofill popup in the browser. The autofill enters
2'000.00 in the field but this is not a number and it is truncated to 2.00.
How do you deal with this situation? Turn off autofill? Don't use bal-number-input?
Additional Information
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: