react-redux-form
react-redux-form copied to clipboard
Dynamic Forms
The Problem
hi,
We have a table where each row in the table is also an editable form with two fields. We don't know how many rows there will be at a given time. We need to be able to edit multiple forms at the same time.
How can we dynamically add forms to the forms reducer so each form can manage its own state?
Wouldn't you just specify the model dynamically from where ever you render your fields and forms?