formly-js / angular-formly

JavaScript powered forms for AngularJS
http://docs.angular-formly.com
MIT License
2.23k stars 405 forks source link

How to edit array elements (array of objects) with angular formly? #637

Closed johannesjo closed 8 years ago

johannesjo commented 8 years ago

As asked here: http://stackoverflow.com/questions/32639285/editing-array-elements-with-angular-formly and here: http://stackoverflow.com/questions/35468598/how-to-edit-array-elements-array-of-objects-with-angular-formly

kentcdodds commented 8 years ago

Hey @johannesjo, I commented on your question on stack overflow.

Because the github issues on this project are reserved for bug reports and feature requests, I'm going to close this issue. If you have further questions, please take them to chat.angular-formly.com

johannesjo commented 8 years ago

Well if it is not really possible with formly I consider this a feature request :)

JSON schema forms does the same thing out of the box and I think angular formly should too! I use formly because I want to handle flexible data structures and this is a must have feature for that.

kentcdodds commented 8 years ago

I would personally say that it's out of scope for the core project. It would, however, make a great plugin. You might think about giving the repeating-section a look.

johannesjo commented 8 years ago

@kentcdodds Thank you very much for the the hint. I'll stick with the json-schema-forms for now, as they're much closer to what I actually need.

kentcdodds commented 8 years ago

:+1: