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

## Bug report Document page link: https://formik.org/docs/tutorial ### Current Behavior ### Expected behavior ### Reproducible example ### Suggested solution(s) ### Additional context ### Your environment | Software | Version(s) |...

Type: Bug

## Bug report Edit This Page on Github doesn't work right. ![image](https://user-images.githubusercontent.com/27003616/185791056-6234de7f-2ac0-45d0-a650-dbd6ad9da48e.png) Page Where this happens: https://formik.org/docs/tutorial Right Link to redirect to: https://github.com/jaredpalmer/formik/blob/master/docs/tutorial.md ### Current Behavior ### Expected behavior ###...

Type: Bug

Good afternoon. I am using Formik in my React js project. I'm doing a multi-step form. The form has 2 inputs where the user selects a start and end date....

Type: Bug

This PR fixes https://github.com/jaredpalmer/formik/issues/3587

## Feature request be able to use zod schemas same as yup. ### Current Behavior currently I can only use yup schemas. ### Desired Behavior be able to use zod...

Type: Feature Request

I have started working with Formik and i saw that the whole component is getting rendered a lot of times.So I searched for the way and found out that using...

## 🐛 Bug report ### Current Behavior According to [validation reference FAQ](https://jaredpalmer.com/formik/docs/guides/validation) returning `undefined` as error message is considered as marking field valid. Yet returning `{ fieldName: undefined }` from...

stale

## 🚀 Feature request My component should be able to work with the formik and without it. I use hook `useFormikContext` to check if the component is in the formik....

stale

## Bug report ### Current Behavior If model contains a field of type Date, the related error field has type `FormikErrors` and can not be used in the JSX/TSX. Error...

Type: Bug