-
## ❓Question
I am getting the error `TypeError: Cannot read property 'validate' of undefined` when running a chai-enzyme test, followed by the warning: `console.warn node_modules/tiny-warning/dist/…
-
## 🐛 Bug report
### Current Behavior
If you use the following code snippet `getIn(this.props.formik.values, this.props.name, undefined)` and `this.props.name` happens to be undefined it returns …
-
## 📖 Documentation
Could you give such an example in the documentation? I think it will save a lot of time for people who need to add a listener for validation (e.g. to change a button outside of For…
-
## Bug report
### Current Behavior
Given the following form `inititialValues` example object, Formik throws: `RangeError: Maximum call stack size exceeded` when the function `prepareDataForValid…
-
## 🐛 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…
-
### Duplicates
- [X] I have searched the existing issues
### Latest version
- [X] I have tested the latest version
### Current behavior 😯
When we use datepicker with formik it fails because formi…
-
## 🐛 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
![image](https://user-images.githubusercontent.com/16133485/153846862-a84baf01-57c8-473b-a9ef-e0187bf38b54.png)
When we select a data we get the error pleas…
-
## 🐛 Bug report
### Current Behavior
Internally, Formik has two different functions to trigger validation, [validateFormWithLowPriority](https://github.com/jaredpalmer/formik/blob/849ed497e24afb…
-
## 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…