-
## š Bug report
### Current Behavior
Formik doesn't throw any error when my custom validation fails. You can see that yup validation works fine when triggered manually however formik doesn't shoā¦
-
## Bug report
### Current Behavior
When two fields have the same object value (same reference), the touched property does not get updated correctly on submit.
### Expected behaviour
When cā¦
-
What do you think about this implementation? Any suggestions on how to fix this error?
I don't have ideas on how to do it in this case.
`
import React, { useReducer } from 'react';
import { useRā¦
-
## Bug report
### Current Behavior
After an update of Yup from 0.27.0 -> 0.29.3, yup introduced the following change https://github.com/jquense/yup/pull/539 and this probably caused the followinā¦
-
A function like `allTheFieldOfTheNestedStructureAreTrue`
I need to know if there is at least an error or not, to integrate `spected` with [Formik](https://github.com/jaredpalmer/formik)
The forā¦
-
Are there any plans to add support for schema-based validation? I'm talking about building a schema object using a library like Yup or Joi and then being able to pass that into final-form to verify tā¦
-
## š Feature request
### Current Behavior
Currently if we pass a simple object as validation object, ie.
`
{
name: Yup.string().required(),
data: {
age: Yup.number()
ā¦
-
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, or delā¦
-
## š Bug report
### Current Behavior
Consider this piece of code:
```
const formik = useFormik({
initialValues: {
foo: [],
},
});
// blah blah
formik.setFieldValuā¦
-
## Bug report
### Current Behavior
React App crashes and gives an error on formik component when clicks a button inside the form which opens a material UI button.
![image](https://user-imagā¦