vue-numeric
vue-numeric copied to clipboard
Random decimal values being added on the input
If you are reporting bugs please fill the form below otherwise feel free to delete the form.
Expected Behavior
When the user inputs a value, the correct value should appear on the input, no matter the number of decimal digits.
Actual Behavior
If the decimal digits are set to a big number (in this case 15
), some random decimal values are automatically added.
This behavior can be reproduced on the official plugin live demo:
Steps to Reproduce the Problem
- Set the decimal digits to
15
- Input the number
1
Specifications
- Plugin Version: 2.3.0
- Vue.js Version: 2.6.11
- Browser: Chrome and Firefox
- OS: Windows 10
@o-marchi have you been able to solve this somehow?
CMIIW, I think this is problem with account-js library https://github.com/openexchangerates/accounting.js