-
I had an issue with this config
```
data () {
return {
valid: false,
success: false,
loading: true,
message: "",
…
-
Just like the form has `isDirty`, `isTouched`, and `isValid` properties that are generated from all fields, it would be cool to see the ability to pass the following to the `FieldArray` for all `Field…
-
## 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 …
-
## 🐛 Bug report
### Current Behavior
When Field in FieldArray changed, the validate of Field was triggered twice.
Take a look into example in code sandbox.
### Expected behavior
Valid…
-
## 🐛 Bug report
### Current Behavior
I have a `FastField` and `Field` group inside a component wrapped inside a `FieldArray`. Every change I make to any of the Fields causes rerenders in all of th…
-
## 🐛 Bug report
### Current Behavior
[FieldArray move](https://github.com/jaredpalmer/formik/blob/master/packages/formik/src/FieldArray.tsx#L223)
[FieldArray updateFieldArray](https://github.co…
-
# Steps to Reproduce
1. Run the **React Playground**
2. Open the **Chrome Developer Tools** to see the JavaScript **Console**
3. Choose the **Todos** tab
4. Click **Move first to end**
Check th…
-
In one of my forms I'm working with a `FieldArray` and it's essential that the component I'm rendering in this `FieldArray` does not get unmounted while I `arraySwap` 2 items. I'm animating the swap, …
-
### Are you submitting a **bug report** or a **feature request**?
Bug report
### What is the current behavior?
I got an error when pass initialValues as an array
```
interface M…
-
**Question**
`fieldArray` is used for collections. But searching formly's online document I can't find any example, API, guide, or introduction.
That makes using it a bit tricky...