Uber5 / u5-forms

Efficiently add forms to a react/redux/material-ui app
MIT License
0 stars 0 forks source link

Support for FieldArrays #2

Open TarCode opened 7 years ago

TarCode commented 7 years ago

Allow support for field arrays http://redux-form.com/6.5.0/examples/fieldArrays/

Chris927 commented 7 years ago

Very good idea! Will look into it.

I suppose that in the mean time you can implement it directly by using your own component(s) and the result of componentForFields as value for fields of createAddForm?