-
Forms and user input handling can lead to complex state management and validation challenges.
-
Forms and user input handling can lead to complex state management and validation challenges.
-
I have a problem with `validateForm` it's always resolved as 'valid' event if it's not.
Is it because I'm using it with `validate` instead of `validationSchema`?
```
(
validateForm()…
-
## 🚀 Feature request
### Current Behavior
Currently using `setFieldValue` or `setFieldTouched` we can achieve a high level of control in those situations where the default behavior falls sort. A…
-
## 📖 Documentation
Elaborate on when it is safe to use setFieldError and setErrors (ie. only in onSubmit or as some kind of side effect, but not as a replacement for actual validation). This is bec…
-
## Bug report
### Current Behavior
Referencing a field in a [nested object](https://formik.org/docs/guides/arrays#nested-objects) yields unexpected results in the Formik `errors` and `touched` s…
-
### Duplicates
- [X] I have searched the existing issues
### Latest version
- [X] I have tested the latest version
### Summary 💡
Add Yup validation schema to validate user inputs client-side.
##…
-
## 🐛 Bug report
I am using formik and yup for validation
this is my yup object
It is working, but I have noticed that this code doesn't support some formats
```javascript
export function setAsse…
-
-
## 🚀 Feature request
### Current Behavior
When a field is empty, and the user clicks into the field and then blurs it again, the field is set to `touched`, and validation is displayed.
### De…