-
I tried to clone the repo and run [this example](http://redux-form.com/6.1.0/examples/fieldArrays/), but I'm getting an error
```
Loading...
ERROR in ./src/index.js
Module not found: Error: Cannot re…
-
I am using FieldArrays. I have other fields not in FieldArrays that pull initialValues asynchronously but do not face this issue.
Redux Form Options:
TouchOnBlur: False (Does not change outcome e…
-
First, thanks for the work on this library. React-draggable-list does all we need, except for the fact that we don't really get it to work alongside redux and redux-form.
The problem lies in the fact…
-
I just tested the V6 RC3 example on FieldArray, and it didn't work out of the box for me.
I am talking about these pages:
http://redux-form.com/6.0.0-rc.3/docs/MigrationGuide.md/ (FieldArray section)…
-
V6 Alpha 14 have sloved lots of problems with huge efforts you guys put on. Bravo!!!
But I was trying FieldArray to make a huge 'Table' form and for some reason it lagged as v5 did. That seemed unexpe…
-
Hi,
My scenario is as follows: I want a dynamic number of rows where each row contains 2 `` fields (say, one with a country and one with a city).
I have the map `[{"France": ["Paris", "Lyon"]},{"Belg…
-
I'm trying out v6.0.0-alpha7 and having an issue in which a validation error set on the FieldArray is not showing when checking/unchecking the child field. Validation runs and sets the error, but the …
-
Hello!
I followed the example on how to use the FieldArray component with the latest alpha and the value that it receives in my code seems to be different to that which the example expects.
Here is …
-
First i would like to thank you for the awesome work.
I was wondering if we can assign inital values to the field array component.
In this example i am passing initialValues as an extra parameter whic…
-
Hello,
I hope I can explain my problem understandably. I wanted to use redux-form(wizard) for a shop cart.
At the beginning I dispatch the initialize action with the data for the cart, these loo…