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

Added support for custom objects for FormArrays #1

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

heheitme
Copy link

THIS IS FANTASTIC!! THANK YOU FOR STARTING THIS!!

I needed to be able to pass custom arrays and have it build out the form rather than just simple types. I have added support for the custom object arrays (doesn't work with IEnumerable (at the moment) but works with the basic ClassType[] array type).

I also added a sample angular project to help folks who may be new to Formly to see how to integrate with a client/server approach for dynamic forms and some basic formly templates.

Finally, added a new test case for this new feature and updated the readme.

AGAIN THANK YOU TIMES A BILLION FOR GETTING THIS GOING!!

heheitme and others added 3 commits December 27, 2021 08:06
* working to setup angular testing

* working on angular test ui and styling panels and repeat types

* still working on the angular side

* very verbose test case setup

* ready to implement generics

* latest

* Added sample SPA and added Wrappers to my test case update
@VyacheslavPritykin
Copy link
Owner

VyacheslavPritykin commented Dec 27, 2021

Thanks for the contribution. I'll take a look.

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

Successfully merging this pull request may close these issues.

None yet

2 participants