formik
formik copied to clipboard
Build forms in React, without the tears 😭
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:...
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...
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,...
## 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...
## ❓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...
# 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...
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...