Skip to content

What about nested forms ? #100

@FlorentinBurgeat

Description

@FlorentinBurgeat

Hi,

So I have a very long form to create and i want to break it down into multiple parts like that:

<my-form>
    <form-part1 />
    <form-part2/>
    ...
    <button type="submit"> Submit </button>
</my-form>

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions