-
## Feature request
I would like to set dirty when formik is loaded in the same way as I set initialValues.
### Current Behavior
There is no initialDirty like property
### Desired Behavior
I…
-
I'm basically using the demo Gist verbatim:
[https://snack.expo.io/@almouro/react-native-formik-gist](url)
When I type a single letter into any text field I get the error:
> TypeError: undefi…
-
# 🐛 Bug Report
When using ComboBox with Formik and setting `onSelectionChange={helpers.setValue}` to set the Formik value onSelectionChange is called twice, first with the selected value and i…
-
## 🐛 Bug report
### Current Behavior
When setFieldValue() is called to set a field to undefined, Formik deletes it from `values`. The consequence of this is that Formik no longer marks the field…
-
option.id.toString() === formik.values.document_type
)}
options={document_type?.map((mapRow) => ({
id: mapRow.id,
name: mapRow.name_da,
…
-
## Bug report
### Current Behavior
In the [API docs](https://formik.org/docs/api/formik) under `onChange` prop, clicking the `see Form Submission` link takes you to 404 page https://formik.org/gui…
-
## Bug report
### Current Behavior
I came up with something that can handle field level validation but I notice the confirm password always fails because the `formik.values.confirmPassword` valu…
-
Hello,
First, I want to thank you for your work on the `react-multi-select-component` package. It has been incredibly useful for my Next.js project. However, I have encountered an issue with dark m…
-
## 🐛 Bug report
### Current Behavior
When calling submitForm on an invalid form, the returned promise is resolved.
### Expected behavior
When calling submitForm on an invalid form, the…
-
Hello,
For some reason the form input loses focus when the field validity change (from Invalid to invalid and vice versa) . I don't know if this is the default behavior but it feels annoying as a us…