-
Notifications
You must be signed in to change notification settings - Fork 532
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add subgroups + custom group tags #670
base: master
Are you sure you want to change the base?
Conversation
This is interesting but I think a |
For our use case, this functionality is definitely useful and would go into use right away to group forms into subsections. And other people would like it too imho, as evidence I would point to #285. But maybe I don't understand - can you elaborate on this "visible" feature and why it is important for this PR? Thanks for the feedback! |
A |
That sounds like it would be a useful addition to vfg. If that feature is added to the codebase I would be happy to help integrate it with this subgroups feature. |
Basically it would allow you to have a login, password reset and sign up groups all in one form. |
@johnsusek Would this support recursive groups also? or just one level down? |
This is a nice feature. Why it is not merged yet? 🤔 |
@icebob merge it please :( |
No, feature addition only.
Please see Add subgroups documentation vue-form-generator-docs#28 for documentation
I've also added subgroups to the dev group example:
Since these changes allow custom tags and subgroups, complex behavior like putting subgroups into tabs is possible. Here's what it looks like with bootstrap-vue tabs for subgroups:
Please let me know if there's anything you would like done differently! I hope we can get this subgrouping behavior in, we are using vfg in a project with very complex forms and could really use something like this.
Related issue: #285