vue-form-generator
vue-form-generator copied to clipboard
v3 Add group visibility control
I would like to be able to control the visibility of the group. This has already been implemented in a pending PR in master https://github.com/vue-generators/vue-form-generator/pull/606
Added it to v3.
- Please check if the PR fulfills these requirements
- [x] The commit message follows our guidelines
- [ ] Tests for the changes have been added (for bug fixes / features)
- [ ] Docs have been added / updated (for bug fixes / features)
- What kind of change does this PR introduce? (Bug fix, feature, docs update, ...)
It introduces ability to show and hide entire groups.
- What is the current behavior? (You can also link to an open issue here) Groups can't be toggled.
-
What is the new behavior (if this is a feature change)?
Groups can be toggled in the same way fields are toggled. A
visible
attribute on the group schema is all that is needed.
- Does this PR introduce a breaking change? (What changes might users need to make in their application due to this PR?) NO.