-
### 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…
-
As discussed here: https://github.com/formium/formik/discussions/3006
We should write up a small note about using a persistent key for lists that may change indexes (removable items, or sortable it…
-
## 🚀 Feature request
### Current Behavior
There is no functionality for adding many elements to a `FieldArray`. When adding over a ~20 elements via arrayHelper in a for-loop, there is considerab…
-
## Why I am getting this error and how I can prevent it?
I have a multistep wizard-like app that fetches its pages from API, and now I have to implement the reordering functionality for these steps…
-
I am seeing the following issue while trying to validate an array of objects.
### Current Behavior
`FieldArray` works as expected, and `values` and `touched` are set correctly, but validation er…
-
## ❓Question
Seriously, for immediate help, just ask your question on the #formik channel on [Reactiflux](https://discordapp.com/invite/MbKwYuq).
I have an array of tags, where the user can choose…
-
I have list of radio buttons, list of checkboxes, input text which can be generated dynamically from another field for ex «type». I am using v6.0.2
When I'm trying to switch value for «type». I'm get…
-
`Field` component has the `parse` prop that allows authors to change the value before storage. That being said, `FieldArray` does not have the same prop and makes it difficult to parse out empty items…
-
I have a form that has a fieldArray in it - that field array uses a form inside with a submit button. Right now whenever the nested form gets submitted it also calls the container's onSubmit. Is that …
-
it would be nice to be able to use certain methods of scipy, such as scipy.linalg.null_space, which numpy does not have.