Vuelidate v2.x Nested validation

Viewed 16

Nested validation is not working as expected, neither on parent nor on child component. I'm creating dynamic forms whose count and data is being fetched through API. With $each of vuelidate 0.x it works like charm, however, with vuelidate 2.x nested validation is not working.

I have created a small demo app of what I am trying to achieve. https://codesandbox.io/s/practical-wind-lcxrje?file=/src/App.vue

0 Answers
Related