Skip to content
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 support for unlimited and easier recursion for FormGroups #1882

Closed
intellix opened this issue Oct 29, 2019 · 0 comments · Fixed by #3014
Closed

Add support for unlimited and easier recursion for FormGroups #1882

intellix opened this issue Oct 29, 2019 · 0 comments · Fixed by #3014

Comments

@intellix
Copy link
Contributor

Is your feature request related to a problem? Please describe.
Trying to create a Condition/Expression builder using Formly is extremely painful due to the requirement to manually do recursion and pollution of the model.

Describe the solution you'd like
I want to be able to do recursion within FieldGroups without having to manually re-create FieldGroups and pollute the model

Describe alternatives you've considered
I've created my form so far and I'm manually having to clean it up afterwards and it's limited to an amount of recursion that I specify.

Additional context
https://stackblitz.com/edit/angular-rhagg9-1bfpvt?file=src%2Fapp%2Futils.ts

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging a pull request may close this issue.

1 participant