Formatted value ignoring negligible decimal places #312
Unanswered
TooColline
asked this question in
Q&A
Replies: 1 comment 3 replies
-
Maybe I'm missing something, but isn't |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Vue Currency Input version
2.4.0
Vue version
2.6.14
I need the formatted value to not ignore negligible decimal places. If I want to input
3,50
for instance I need it to be as it is, not sure if this is a possible feature request. My chosen precision is:precision: { min: 0, max: 5 },
Beta Was this translation helpful? Give feedback.
All reactions