-
-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
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
Empty prefix causes weird behaviour #66
Comments
Thanks for reporting, we just had a very similar faulty outcome which seems to be related. Reproduction steps:
We could overcome the issue by using a Unicode period instead of the "normal" one but we are nonetheless looking forward to a fix. |
Smart thinking :-) |
Same problem here, can someone provide me with a workaround example? |
Just fill in a character in the prefix option. |
Use latest version, I have fix the issue. |
This can be seen in the playground
https://vue-number-format.netlify.app/guide/play-ground.html
steps to reproduce:
As soon as you type the 5 a comma appears
After a blur (hit tab) the number changes to: 1,23
(Either fill in a prefix, or change the seperator to something else and everything works fine)
The text was updated successfully, but these errors were encountered: