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
In common browsers, the input history is saved and displayed as a suggestion when filling in number input fields. If such a suggestion is clicked, a different value is taken over. For example, if 70'000.0 is clicked, 70.00 is taken over. Other example 1'234.56 is clicked, 1.00 is taken over.
Expected Behavior
The value 70,000.00 should be taken over. Resp. 1'234.56 schould be taken over.
Steps to Reproduce
Fill in the number field (swiss format) with a five-digit number and two additional decimal places and submit it. Open the same field again, and the entered value will be displayed as a suggestion by the browser. Click on the suggestion, and it will be taken over. Click out of the field, and a two-digit number with two decimal places of 00 is displayed and taken over. Only numbers before the apostrophe are taken over.
Version
v15
Browsers
Chrome, Microsoft Edge
Device
Desktop
Code Reproduction URL
No response
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:
hirsch88
changed the title
🐛 fix(NumberInput): wrong autocomplete on swiss number formats
🐛 fix(number-input): wrong autocomplete on swiss number formats
Apr 10, 2024
Current Behavior
In common browsers, the input history is saved and displayed as a suggestion when filling in number input fields. If such a suggestion is clicked, a different value is taken over. For example, if 70'000.0 is clicked, 70.00 is taken over. Other example 1'234.56 is clicked, 1.00 is taken over.
Expected Behavior
The value 70,000.00 should be taken over. Resp. 1'234.56 schould be taken over.
Steps to Reproduce
Fill in the number field (swiss format) with a five-digit number and two additional decimal places and submit it. Open the same field again, and the entered value will be displayed as a suggestion by the browser. Click on the suggestion, and it will be taken over. Click out of the field, and a two-digit number with two decimal places of 00 is displayed and taken over. Only numbers before the apostrophe are taken over.
Version
v15
Browsers
Chrome, Microsoft Edge
Device
Desktop
Code Reproduction URL
No response
Additional Information
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: