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

The validation schema below gave me the error Unhandled Runtime Error TypeError: branch is not a function const settingsFormik = useFormik({ initialValues: { type: '', account: '', opening_balance: '', account_name:...

Type: Bug

I started using formik in react-native and a warning is shown to me whenever I try typing something. `const CustomInputComponent = ({ field, form: { touched, errors, handleBlur, handleChange, values...

stale

Below is the source code for my form. I am using Formik for form handling. Essentially, users are granted permissions for specific modules, with available permissions being read, write, update,...

Type: Bug

## Feature request ### Current Behavior There is no API provided to get the validating state of individual controls. Here validating state means if the field is currently being validated...

Type: Feature Request

## ❓Question Hey, does anyone have an example of how to only submit touched values. I'm currently using the formik HOC but the handleSubmit function doesn't have access to the...

stale

# Problem When setting status, sometimes user needs to update the existing value. When used inside a useCallback hook for instance, it introduces an unnecessary variable to the dependency list....

## Bug report ### Current Behavior When trying to setFieldValue within onPaste callback prepends the field value instead of replacing it. ### Expected behavior setFieldValue should replace the field value...

Type: Bug

We're currently using Formik for some of our internal tools. Works well, and we are happy users. :)

## Bug report ### Current Behavior On Initial Form Submission after page loads, the handleSubmit is not being called, rather the form enteries are appended to the url like this...

Type: Bug