Groups
A group in the schema groups related fields. Groups are currently output as a <fieldset>
element, with a <legend>
. For example, this schema:
would produce (simplified) HTML output something like this:
You can change the default fieldset
tag by passing the tag
property to the <vue-form-generator />
component in your markup.
Last updated