react-redux-form icon indicating copy to clipboard operation
react-redux-form copied to clipboard

Dynamic Forms

Open OriAmir opened this issue 7 years ago • 1 comments

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?

OriAmir avatar Mar 20 '18 16:03 OriAmir

Wouldn't you just specify the model dynamically from where ever you render your fields and forms?

Emobe avatar Apr 19 '18 17:04 Emobe