We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In Russia we use two keyboard layouts. One with dot key in numpad (EN), second with comma (Local number format)
With decimal-separator="," i get wrong result for me:
decimal-separator=","
Type 9.99, expected "9,99" to be displayed and 9.99 as value.
9.99
"9,99"
But i get 999,00 displayed and 999 value
999,00
999
https://codepen.io/ArtZ91/pen/ZEGLWry
The text was updated successfully, but these errors were encountered:
Related to #64
Sorry, something went wrong.
i have a problem might be similar, when i am Typing 0.28540193, expected "0.28540193" to be displayed 0.28540193 as value.
but i get in the value 0.28540194 and in the input 0.28540195
duplicate #64
No branches or pull requests
In Russia we use two keyboard layouts.
One with dot key in numpad (EN), second with comma (Local number format)
With
decimal-separator=","
i get wrong result for me:Type
9.99
, expected"9,99"
to be displayed and9.99
as value.But i get
999,00
displayed and999
valuehttps://codepen.io/ArtZ91/pen/ZEGLWry
The text was updated successfully, but these errors were encountered: