-
i have a form which have a nested field array (much like the example with clubs > members > hobbies)
http://redux-form.com/6.2.0/examples/fieldArrays/
So for example you fill in the example
!…
-
## 🐛 Bug report
### Current Behavior
Have a `FieldArray` in a `Form` and a fast field in the same form `FastField`.
When updating only the `FastField`, the entire `FieldArray` updates.
…
-
### Are you submitting a **bug report** or a **feature request**?
bug report
### What is the current behavior?
the `array` property that provides bound actions for working with FieldArrays does n…
-
On the example http://erikras.github.io/redux-form/#/examples/deep it's possible to create an array of children. What's the best way to sort or change the order of the children?
-
Hello there,
I'm trying to validate nested field (ie, field with a name like `language.id`) but can't make it work to get the appropriate error.
For any non-nested field (like `language` for exemple)…
-
Hi,
I have a form very similar to the one in the `FieldArray` example found here:
http://redux-form.com/6.0.5/examples/fieldArrays/
I am having performance issues in production, when the nested fie…
-
Using Wizard:
I have a field array with required fields - but I allow also removing the field array.
ie. a list of people, where firstname is required. However, you can remove a person from the …
-
It would be extremely useful if the `meta.error` prop of the component which is responsible for rendering `FieldArray` had access not only to the `_error` (error with the array), but to the map of err…
-
Out of the box fields.remove and fields.push don't seem to call asyncValidate. It seems to me that adding or removing a field should call asyncValidate, since the state of the form may have potentiall…
-
When FOCUS reducer calls setIn for some item in a list, immutable creates fields list like [null, null, null, field].
> const list = Immutable.List();
> list.setIn([3], 123);
> [null, null, null, 123…
Anber updated
5 years ago