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 ### Current Behavior I'm using Formik on a React Native app and I have two fields, discount percentage and discount value. When I change the discount percentage,...

Type: Bug

## ❓Question Hi guys. I've trying to use formik hooks, but i dont get one thing. If i use "Formik" component, i can set a prop called "enableReinitialize" to load...

**getFieldProps** had a current input type of any. I believe that in order to reflect the names of data fields, input type should be changed accordingly to : ```js //...

## Bug report ### Current Behavior When trying to set an error manually using `formikProps.setFieldError`, from within the blur handler of a form input, validation is not ocurring as expected....

Type: Bug
stale

## πŸš€ Feature request ### Current Behavior The current behavior is to send relatively large chunks of information to the reducer. For instance when dealing with an array of values...

stale

## Bug report ### Current Behavior When more than one form instance exists, changing the value by the A form triggers a change in the initial value of the B...

Type: Bug

Replace StatelessComponent by FunctionComponent in withFormik.tsx fix #3546 PR to solve the problem with the removed type in react 18 I saw that you have a build/types branch, but it...

## πŸ› Bug report ### Current Behavior Suppose we have the following types: ``` interface IMember { name: string; } interface IGroup { name: string; members: IMember[]; } ``` Then...

## Bug report ### Current Behavior When I am clicking to the typescript in the sidebar to view the docs, it redirects me to the npm page. And when I...

Type: Bug