Skip to content

Commit

Permalink
Groupped fields "tag" param fixed.
Browse files Browse the repository at this point in the history
  • Loading branch information
hansi90 committed Nov 3, 2017
1 parent 9d9701b commit 9275a26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/formGenerator.vue
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ div.vue-form-generator(v-if='schema != null')
span(v-for='(error, index) in fieldErrors(field)', track-by='index') {{ error }}

template(v-for='group in groups')
fieldset
fieldset(:is='tag')
legend(v-if='group.legend') {{ group.legend }}
template(v-for='field in group.fields')
.form-group(v-if='fieldVisible(field)', :class='getFieldRowClasses(field)')
Expand Down

0 comments on commit 9275a26

Please sign in to comment.