Inconsistent decimal point behavior when typing "." #432
Unanswered
muhammadsubhankhan asked this question in Q&A
Replies: 1 comment
-
| I think the problem is that you misunderstood the autoDecimalDigits option. When you are using this option, the decimal symbol is inserted automatically, using the last inputted digits as decimal digits. The decimal symbol is not meant to be inserted manually in this case. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Inconsistent decimal point behavior when typing "."
Description
When typing a decimal point "." in the currency input field, the behavior is inconsistent:
This creates a poor user experience as users cannot reliably enter decimal values.
Expected Behavior
When typing "." (decimal point), it should consistently show "0." to indicate that decimal input is active and ready for the fractional part.
Current Behavior
The decimal point appearance is unpredictable - sometimes visible, sometimes hidden immediately after typing.
Configuration
Steps to Reproduce
Environment
Would appreciate any insights into the root cause and a proper fix for this behavior.
Beta Was this translation helpful? Give feedback.
All reactions