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
Should I set my <vue-form> tag only in MyForm Component and pass the state to each child (and maybe its inner childs) ?
Or should I create nested <vue-form> with nested formstates ?
Thx for your answer!
The text was updated successfully, but these errors were encountered:
Should I set my tag only in MyForm Component and pass the state to each child (and maybe its inner childs) ?
I have not tried it, but I am quite sure the different vue-forms will change the formState to what they like without respecting what the other forms do, it might be better to handle the states seperately.
Or should I create nested with nested formstates ?
Seems the better approach, but probably you just have to see what works best for you.
When using this approach, there might have problems with $submitted though.
Hi,
So I have a very long form to create and i want to break it down into multiple parts like that:
Should I set my
<vue-form>
tag only in MyForm Component and pass the state to each child (and maybe its inner childs) ?Or should I create nested
<vue-form>
with nested formstates ?Thx for your answer!
The text was updated successfully, but these errors were encountered: