-
## ❓Question
I have a form that renders 1000 checkboxes. I use FieldArray to do it however the form getting a very slow response after clicking on the checkbox. What can I do to improve the performan…
-
Hi,
If the array passed to `ntt` is a `GF(2)` array, then the default `modulus` will never satisfy the required criteria (unless the array has size 1). This is because the characteristic of the fie…
-
### 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…
-
**Feature Request**: Document behvaiour of `SubmissionError` for `FieldArray` fields.
Currently the [Submit Validation](http://redux-form.com/6.5.0/examples/submitValidation/) section does not cove…
-
### Are you submitting a **bug report** or a **feature request**?
Bug report
### What is the current behavior?
Error is thrown when calling untouch on a FieldArray
Steps to reproduce:
jsFiddl…
jakst updated
7 years ago
-
I have the following code
```
{(fieldArray) => (
{fieldArray.items.map((item: any, index: any) => {
return (
…
-
A `FieldArray` displays as an array, values only. It would be great if it showed the field names too---named fields are presumably the reason to use a `FieldArray` in the first place.
```julia
jul…
-
Final-form-calculate doesn't work with fieldArray for the initial calculation on first load.
When field is updated by user then calculation gets correctly processed.
Tested Final-form-calculate on r…
-
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
### What is the current behavior?
When using record level validation and the result contains array level error…