formik
formik copied to clipboard
Build forms in React, without the tears π
## π 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`....
## 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...
## π 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...
## 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...
## 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...
## Bug report InitialValues properties are undefined when Formik hook is wrapped in a React Fragment ### Current Behavior The following code doesn't work: ``` ``` Nor: ``` ``` ###...
## β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...
## 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;...
## Bug report ### Current Behavior ``` Duplicate Sources / Packages - Duplicates found! β οΈ * Duplicates: Found 2 similar files across 2 code sources (both identical + similar) accounting...