-
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…
-
Hello,
I have a problem with Formik, Yup and ReactQuill: I have the following code with my ReactQuill component working but for some reason errors messages send by Yup are never shown, like if Reac…
-
## 🐛 Bug report
### Current Behavior
![image](https://user-images.githubusercontent.com/34268109/75808801-f922d880-5d87-11ea-87c8-7c9cd07eb922.png)
![image](https://user-images.githubusercont…
-
### Motivation
We all use forms. But often it happens that we fill out the form not right away, but after some time. Or we are in the metro and the connection is not stable. Or maybe we accidentall…
-
## 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…
-
Hey, first of all, thanks for Zod!
I'd like to access the value being validated inside a `lazy` callback, like this:
```ts
z.lazy((value) => {
if (value) {
return z.object({
..…
-
## 🐛 Bug report
### Current Behavior
When you programatically setFieldValue and update validationSchema, formik still displays errors. It will remove errors once you update formik in any way, …
-
## Problem
I want a single source of truth for the types and their validations such as @MinLength() or @isEmail() class validators , and it would be very useful if we can put them in the schema.pri…
-
I have some trouble getting my head around a breaking change introduces in Yup with version '0.29.0' in combination with Formik.
Namely it's about the following:
`the types ([@types/yup](https://…
-
## 🐛 Bug report
### Current Behavior
right now if `validationSchema` prop changed form wouldn't revalidate
### Expected behavior
form should run validation on every `validationSchema` prop…