-
## 🐛 Bug report
### Current Behavior
If you throw an empty errors object, validation passes validation successfully
### Expected behavior
While in sync mode returning an empty errors object is…
-
## Feature request
### Current Behavior
Currently there is no clean way to check if an input has been modified from it's initial value. Touched does not accomplish this, however touched is spe…
-
There are places in the app that we set serveral formik fields at a time, see an example here, https://github.com/baltimorecounty/react-baltcogo/blob/bug-fixes/src/components/ServiceRequestForm.jsx#L1…
-
## 🐛 Bug report
Calling arrayHelpers.push(new SomeObject()) doesn't work.
### Current Behavior
It adds an empty only with a field with the name of the form field. So you cannot really have more…
-
## 🐛 Bug report
### Current Behavior
Internally, Formik has two different functions to trigger validation, [validateFormWithLowPriority](https://github.com/jaredpalmer/formik/blob/849ed497e24afb…
-
## 🐛 Bug report
### Current Behavior
```
const onFormSubmit = async (values) => {
delete values.sections;
};
```
This deletes the sections from values object in the original form.
### …
-
## 🐛 Bug report
### Current Behavior
I'm trying to add an 'onChange' event to a without losing existing behavior to update/ store the field value.
By default if I specify an onChange handler, …
-
I tried to add strongly typed in Formik react library by typescript, but I didn't do that. Of course, I have used this link, but I couldn't solve my issue.
[https://jaredpalmer.com/formik/docs/guides…
-
## 🐛 Bug report
I am trying to use validateField function however I got an error. I am just trying to use the basic example provided by Formik web site.
My code is
import React from 'rea…
-
## 🐛 Bug report
### Current Behavior
When I call FieldArray's `removeItem`, it sets the error state to an empty array, and it stays that way until validate is run again. Having a key with a trut…