Replies: 1 comment
-
You are using the Vue 3 Syntax for the v-model prop ( |
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
-
Hi,
i have a laravel application with Vue.
I have laravel version 7.30.4, Vue Version 2.6.14 and Vue Currency Input Version 2.5.1
Test.Vue:
CurrencyInput.Vue:
The Input Validation works and the numbers are correctly formatted after i type in. But it doesn't bind the value in the v-model. When the page is loaded value = null and not 1234 and 1234 is not shown at the input.
Can you help me?
Beta Was this translation helpful? Give feedback.
All reactions