Replies: 2 comments
-
The value is always emitted as a number if you use the default "auto emit" configuration: https://dm4t2.github.io/vue-currency-input/guide.html#auto-emit |
Beta Was this translation helpful? Give feedback.
0 replies
-
Yes! I'm Sorry, it was my fault. However, I have another question. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
If I bind an input to a ref and that ref is a string, is there a way to ensure the input value is a number? I know I can use Number() to transform the value, but I need the ref to never be a string at all
Beta Was this translation helpful? Give feedback.
All reactions