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 generating factories #29

Open
repolevedavaj opened this issue Mar 17, 2022 · 2 comments
Open

Add support for generating factories #29

repolevedavaj opened this issue Mar 17, 2022 · 2 comments
Labels
enhancement New feature or request

Comments

@repolevedavaj
Copy link

Instead of just having one instance of a FormGroup, I would like to have a factory to create as much instances as required.

@martinmcwhorter
Copy link
Contributor

What are the usecases for this?

I am open to a PR that adds this as command line option.

@martinmcwhorter martinmcwhorter added the enhancement New feature or request label Jun 1, 2022
@repolevedavaj
Copy link
Author

What are the usecases for this?

I am open to a PR that adds this as command line option.

We have some forms, in which the user can add elements, therefore we create multiple instances of a form group.
Regarding the PR: We are currently working on a custom solution matching our needs, but if we have something generic enough, we gladly share it. :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants