-
## š Bug report
### Current Behavior
I have a multi-select field in Formik, which needs to be an array.
The touched state of this fields results in an empty array instead of `true`.
EDIT: Thā¦
-
## š Feature request
Add the ability to update the initialValues within a child component.
### Current Behavior
The only way to update the initial values is by updating the initialValues prop wā¦
-
## Bug report
### Current Behavior
I'm trying to re-order an object in order to sort some fields. Using formik it sorts the first time but then it seems to do some kind of caching and wont refreā¦
-
## Bug report
### Current Behavior
On the docs https://formik.org/docs/examples/with-material-ui
the example is missing a very important prop to be passed into the TextField component
`onBlā¦
-
Hi,
I'm trying to use fomik's [Wizard](https://github.com/formium/formik/blob/master/examples/MultistepWizard.js) (for a multi-step form) with [react-dropzone](https://react-dropzone.js.org/) (forā¦
-
We recently migrated several formik forms to React Native Web styled with NativeBase.
We consider: https://formik.org/docs/guides/react-native
However, we are encountering typing performance issā¦
-
Hello,
I just want to let you know the example of this page (https://jaredpalmer.com/formik/docs/api/useFormik#docsNav) says the example is a 'example of a form that works similarly to Stripe's 2-fā¦
-
### Subject
Floating Label
### Description
I've found out that in this recipe: https://chakra-ui.com/community/recipes/floating-labels.
There is `zIndex: 2` but I think `zIndex: 1` is enought anā¦
-
## š Bug report
### Current Behavior
Consider this piece of code:
```
const formik = useFormik({
initialValues: {
foo: [],
},
});
// blah blah
formik.setFieldValuā¦
-
## š Feature request
The following feature request proposes customization of the lower-level `useFormik` function. Currently, `setFieldValue` and `setValues` are relied upon by formik's internals tā¦