Skip to content

Commit

Permalink
added styleClasses support to groups
Browse files Browse the repository at this point in the history
  • Loading branch information
zoul0813 committed Nov 8, 2017
1 parent 40efffa commit 8b6801b
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion dist/vfg-core.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions dist/vfg-core.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/vfg.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions dist/vfg.js

Large diffs are not rendered by default.

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(:is='tag')
fieldset(:is='tag', :class='getFieldRowClasses(group)')
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 8b6801b

Please sign in to comment.