gwenaelp / vfg-field-array

A vue-form-generator field to handle arrays
MIT License
39 stars 24 forks source link

required validation always returns true in the object as array item example #21

Open MagiciMan opened 3 years ago

MagiciMan commented 3 years ago

I'm using the example provided in With bootstrap 4 container component, object as array item, validation and inputName section inside a Vue Form Wizard, looking at the validated event emitted, it always returns true even before adding the first item in the array which causes the logic of my form to break, is there any way to propagate the "required" validation rule all the way up to the top level object?