vdl-form
A container form that wraps <vdl-field> elements. Options on the <vdl-form> will change the behaviour of all <vdl-field> elements contained within. For example, setting the scenario on <vdl-form> will change the scenario used by all <vdl-field> elements within.
Example
<vdl-form layout="vertical" scenario="=s"></vdl-form>
Attributes
layout | Specify the form layout type. Defaults to "horizontal" layout. Possible values: "horizontal", "vertical". | ||
---|---|---|---|
scenario | The default scenario to use for the form fields. | accepts expression |