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?
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?