Inconsistent decimal point behavior when typing "." #432
Unanswered
muhammadsubhankhan
asked this question in
Q&A
Replies: 0 comments
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