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

Unused `helpers` value. It should be either deleted, either example demonstrating how to use it should be provided.

## Bug report ### Current Behavior I'm using the component wrapper and in a nested component the useFormikContext() hook. When calling the resetForm() method from useFormikContext, it doesn't actually reset...

Type: Bug

## Feature request The Formik docs say that Formik is 100% compatible with React Native, but this is slightly untrue if you're using TypeScript. Formik's functions don't accept React Native's...

Type: Feature Request

## Bug report ### Current Behavior When using the `useField()` hook, like so: ``` const [field, meta, helpers] = useField(name); ``` Then when I want to call `field.onChange()`, I have...

Type: Bug

fix #3916 Here is the screenshot after the commit ![image](https://github.com/jaredpalmer/formik/assets/138655375/101d3350-d137-441f-825f-8955bc8d1fc2)

## Bug report ### Current Behavior Horizontal scroll: ![Screenshot 2023-11-18 011340](https://github.com/jaredpalmer/formik/assets/71294563/f1526212-359c-4b5d-bd8d-8f1eb14d09a0) ### Expected behavior It should not be scrolled horizontally. ### Your environment | Software | Version(s) | | ----------------...

Type: Bug

![image](https://github.com/jaredpalmer/formik/assets/12090617/f2437afb-6b66-4238-bff8-94582fa27d50)

Type: Bug

## ❓Question I came across an issue, where users are using Chrome Autofill to enter saved inputs into the form. The result is that Chrome autofill feature does not trigger...

stale

Provide a handler when form validation fails。