You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This example should be added to the documentation, at least with yup, so I tried to create a fork and reproduce it.
An example with custom validators would also be preferred, as there are several requests in the discussions.
What happened?
Using nested forms with the composition API and plain HTML markup does not bind to the form.
This example should be added to the documentation, at least with
yup, so I tried to create a fork and reproduce it.An example with custom validators would also be preferred, as there are several requests in the discussions.
Kapture.2025-04-23.at.12.23.05.mp4
Reproduction steps
fieldsThe issue seems not to occur in the case of a list of strings: https://stackblitz.com/edit/b1bodjnl?file=src%2FApp.vue&startScript=dev
Version
Vue.js 3.x and vee-validate 4.x
What browsers are you seeing the problem on?
Relevant log output
Demo link
https://stackblitz.com/edit/5r8br4we?file=src%2FApp.vue&startScript=dev
Code of Conduct