Skip to content

Commit a99dc14

Browse files
committed
clarified what the tag property does, as it does not change the "main" element but rather the "group wrapper" (fields is just treated as a "single group")
1 parent a44a5b5 commit a99dc14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

component.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
| [options](options.md) | `Object` | `{`<br/>`validateAfterLoad: false,`<br/>`validateAsync: false,`<br/>`validateAfterChanged: false,`<br/>` validationErrorClass: "error",`<br/>`validationSuccessClass: ""`<br/>`}` | Options for the VueFormComponent |
1414
| multiple | `Boolean` | `false` | If true, we only show `multi: true` fields |
1515
| isNewModel | `Boolean` | `false` | If true, we won't run validation after load |
16-
| tag | `String` | "fieldset" | Change the main HTML element of VueFormGenerator |
16+
| tag | `String` | "fieldset" | Change the main HTML element wrapper for Fields and Groups |
1717

1818

1919

0 commit comments

Comments
 (0)