-
Allow support for field arrays
http://redux-form.com/6.5.0/examples/fieldArrays/
-
## Bug report
## The ISSUE
Im running into an issue displaying validation errors for FieldArrays using Formik and Yup.
Ideally, to provide a good user experience we would want to show errors …
-
### Are you submitting a **bug report** or a **feature request**?
Bug report
### What is the current behavior?
https://codesandbox.io/s/react-final-form-nested-arrays-validation-32he5
1. E…
-
Bug Report.
### What is the current behavior?
If using Field inside of FieldArrays inside of FieldArrays, every time i type in the fields it causes all the FieldArrays to re-render which c…
-
### Are you submitting a **bug report** or a **feature request**?
bug report (reopening #142)
### What is the current behavior?
I have a FieldArray for an outer array, and then a conditio…
-
I have a complex structure of the form :
```
{
sections: [
{
id: 'section0',
},
{
id: 'section1',
sections: [
{
id: 'section1-1',
…
-
### Are you submitting a **bug report** or a **feature request**?
Bug report
### What is the current behavior?
In my form I am passing the initialvalues through the below code.
```
functio…
-
Seems like SubmissionError and form validate prop have different behaviour.
I have used example here https://redux-form.com/8.3.0/examples/fieldarrays/ to generate dynamic FieldArray list. By dynamic…
-
### What is the current behavior?
The documentation shows that external form mutators should be cloned before passing them to a Form component:
```jsx
-
### Are you submitting a **bug report** or a **feature request**?
Bug report
### What is the current behavior?
Conditionally-rendered FieldArrays do not re-render when `fields.push()` is called m…