You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you are reporting bugs please fill the form below otherwise feel free to delete the form.
Expected Behavior
Precision higher than 7 will show proper value
Actual Behavior
if precision 7 or higher is applied it stop working properly and its adding weird numbers.
Steps to Reproduce the Problem
change precision in attributes of vue-numeric component ( for example in input original value is 0 with 10 decimals precision, but it renders as 0,0000000200)
Specifications
Plugin Version: "vue-numeric": "^2.4.3",
Vue.js Version: "vue": "^2.5.0",
Browser: chrome
OS: macOs
The text was updated successfully, but these errors were encountered:
Expected Behavior
Precision higher than 7 will show proper value
Actual Behavior
if precision 7 or higher is applied it stop working properly and its adding weird numbers.
Steps to Reproduce the Problem
Specifications
The text was updated successfully, but these errors were encountered: