formik icon indicating copy to clipboard operation
formik copied to clipboard

Build forms in React, without the tears 😭

Results 267 formik issues
Sort by recently updated
recently updated
newest added

Corrects setFieldValue return type as reported in #2568.

stale

The docs page online states that setFieldValue returns void, however it returns a promise. https://formik.org/docs/api/formik#setfieldvalue-field-string-value-any-shouldvalidate-boolean--void

Type: Bug

Just some notes on Concurrent Mode: - switch useState to useMutableSource - add some kind of opt in system / separate builds from cm vs legacy/blocking - maybe using Formik...

Type: Feature Request

## Bug report ### Current Behavior When calling `setFieldValue` in two field components based on changes to another field value, the validator of each field component may receive a stale...

Type: Bug

The previous rendered url was : [Form Submission](https://formik.org/guides/form-submission) which led to a 404 page: ![Screen Shot 2022-04-12 at 3 00 31 PM](https://user-images.githubusercontent.com/13598885/162925721-4079497b-457e-4e39-9065-8ef04199a07b.png)

## Bug report ### Current Behavior If you click useFormikContext() link on API Reference, it'll get bolder, useFormik() will get bolder too, apparently styles applies with partial match on navigation...

Type: Bug

## 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...

Type: Bug

**If your company is using Formik in production, please let us know who are you so we can mention you in the new README and forthcoming website.** #### Updated Instructions:...

Type: Question
pinned