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
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: