Replies: 1 comment
-
Solved this, I shouldn't bind formValues using v-model and I need to use useField instead. |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
Since updating from vue 3.3.3 + vee-validate 4.7.3 to vue 3.3.13 + vee-validate 4.12.4 I am getting this error when a control tries to modify the value of a nested field in a form, defined using useForm:
I have created a simple Stackblitz project that shows the issue, any suggestion as to how I should fix this?
https://stackblitz.com/edit/vitejs-vite-vp1rmj?file=src%2FApp.vue
Here is the complete component's code:
Beta Was this translation helpful? Give feedback.
All reactions