Component
<vue-form-generator :schema="schema" :model="model" :options="formOptions"></vue-form-generator>Properties
Events
Last updated
Was this helpful?
<vue-form-generator :schema="schema" :model="model" :options="formOptions"></vue-form-generator>Property
Type
Default
Description
multiple
Boolean
false
If true, we only show multi: true fields
isNewModel
Boolean
false
If true, we won't run validation after load
tag
String
"fieldset"
Change the main HTML element wrapper for Fields and Groups
Property
Type
Default
Description
Last updated
Was this helpful?
Was this helpful?