-
Notifications
You must be signed in to change notification settings - Fork 118
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
Wrong behavior when formating string values #64
Comments
+1 to this issue. It happens in the vue-numeric/src/vue-numeric.vue Lines 184 to 185 in f639863
When vue-numeric/src/vue-numeric.vue Line 364 in f639863
Workaround, as seen on codepen, is to make the initial value a A possible long-term solution in the component is to make |
Here ist my (short-term) solution: add
as first line to
Numeric values from input-fields can now contain comma as decimal-separator and are converted properly if stored as strings |
Same issue here Please fix it into the component package |
Expected Behavior
If you input a String with "20000.00" as value the output value will be 20.000,00
Actual Behavior
Right now when you input a String with "20000.00" as value the output value will be 2.000.000,00
Steps to Reproduce the Problem
https://codepen.io/anon/pen/vRqyay
Specifications
The text was updated successfully, but these errors were encountered: