-
i use two file:
Price.vue
I got the following error
Do you have any other suggested methods for input formatted numbers in vee-validate? |
Beta Was this translation helpful? Give feedback.
Answered by
logaretm
Nov 30, 2021
Replies: 1 comment
-
I suggest using the composition API to do this, you mainly need to sync the value between vee-validate and vue-currency-input. I have added an example to the docs here: https://vee-validate.logaretm.com/v4/examples/value-formatting |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
logaretm
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I suggest using the composition API to do this, you mainly need to sync the value between vee-validate and vue-currency-input.
I have added an example to the docs here:
https://vee-validate.logaretm.com/v4/examples/value-formatting