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 useField does not respect the checked property when creating a checkbox. When `name`, `type: 'checkbox'`, and `checked` are set, the expectation is that `field.checked === true`....

stale

## Bug report ### Current Behavior In a brand new React Native project that's been set up using expo, I've installed Formik as the only additional package. When attempting to...

Type: Bug

## πŸš€ Feature request ### Current Behavior Non-formik context props only trigger a `FastField` rerender if they are [added or removed](https://github.com/jaredpalmer/formik/blob/master/src/FastField.tsx#L120). ### Desired Behavior Allow `FastField` to rerender when non-formik...

stale

## Bug report ### Current Behavior This can be thought that `component`, `render`, `children` are the props which do something for useField hook, but actually they are unused. useField uses...

Type: Bug

## Bug report Using useField hook to get field values in custom field component. Parsing onChange from field and trying to pass string value - it does not change value...

Type: Bug

## Bug report InitialValues properties are undefined when Formik hook is wrapped in a React Fragment ### Current Behavior The following code doesn't work: ``` ``` Nor: ``` ``` ###...

Type: Bug

## ❓Question I have a form that renders 1000 checkboxes. I use FieldArray to do it however the form getting a very slow response after clicking on the checkbox. What...

stale

## Feature request ### Current Behavior This is the interface of Formik's handle change: ``` handleChange: { /** Classic React change handler, keyed by input name */ (e: React.ChangeEvent): void;...

Type: Feature Request

## Bug report ### Current Behavior ``` Duplicate Sources / Packages - Duplicates found! ⚠️ * Duplicates: Found 2 similar files across 2 code sources (both identical + similar) accounting...

Type: Bug