Skip to content

Commit 18a86b4

Browse files
authored
Merge pull request #332 from hansi90/fields_group_tag
Fix tag prop
2 parents 9d9701b + 9275a26 commit 18a86b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/formGenerator.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ div.vue-form-generator(v-if='schema != null')
1717
span(v-for='(error, index) in fieldErrors(field)', track-by='index') {{ error }}
1818

1919
template(v-for='group in groups')
20-
fieldset
20+
fieldset(:is='tag')
2121
legend(v-if='group.legend') {{ group.legend }}
2222
template(v-for='field in group.fields')
2323
.form-group(v-if='fieldVisible(field)', :class='getFieldRowClasses(field)')

0 commit comments

Comments
 (0)