-
## Bug report
### Current Behavior
I've got multiple checkboxes which are stored through a formik FieldArray in an array. Everything works fine with the validation when starting out and selecting …
-
### Are you submitting a **bug report** or a **feature request**?
I'm submitting a **bug report**.
### What is the current behavior?
**FieldArray** initializes empty, if I manually call `…
-
When attempting to import datasets of the extension "tx_news" (tx_news_domain_model_news), I receive several errors related to "DataHandler.php"
_Unsupported operand types: string & int
...sysext…
-
### Are you submitting a **bug report** or a **feature request**?
Got the TS error when I use `FieldArray` with additional props
### What is the current behavior?
```
```
and
```
e…
-
### Are you submitting a **bug report** or a **feature request**?
**Feature request**
Right now the only way to get an `error` into a `FieldArray` is to use an `_error` subprop:
```js
new Subm…
-
### Are you submitting a **bug report** or a **feature request**?
bug report
### What is the current behavior?
I have a of 2 items, say Item1 and Item2. After I remove Item2, the Items va…
-
### Are you submitting a **bug report** or a **feature request**?
Bug
### What is the current behavior?
https://codesandbox.io/s/react-final-form-field-arrays-l2bum
_(if you remove FormSpy, …
-
### Are you submitting a **bug report** or a **feature request**?
Bug
### What is the current behavior?
When using the `unshift` mutator to add an item to the beginning of an array, the touched s…
-
## Bug report
I'm using the `FieldArray` component in combination with a `Yup` validation schema. I have a `FieldArray` of `friend`s, where each friend is a string.
In my validation schema, I sp…
jebax updated
3 years ago
-
## Current Behavior
When using FieldArray's remove helper, my errors state for the field gets set to an empty array for two renders. This is problematic if you are expecting errors to be an object …
TLadd updated
4 years ago