-
The Library thought earlier :
`@ginkgo-bioworks/react-json-schema-form-builder`
`react-form-builder2`
Both lack customisability on initial impression.
Initial thought:
Looking for something custo…
-
## Feature request
be able to use zod schemas same as yup.
### Current Behavior
currently I can only use yup schemas.
### Desired Behavior
be able to use zod schemas instead of yup sche…
-
## 📖 Documentation
Sorry if the format is wrong, I just wanted to write my findings regarding the `validationSchema` prop.
I have an IBAN form input where I wanted to add a custom validation (ak…
-
## Bug report
### Current Behavior
Given a YUP Schema that has default values / required values, empty fields are not marked errored / invalid onBlur.
These fields are marked errored if there is …
-
Which property can I use to prevent the modal from hiding when I click outside of it? I don't want it to hide when clicking outside, only through code.
-
## Bug report
I'm using the `FieldArray` component in combination with a `Yup` validation schema. I have a `FieldArray` of `friend`s, where each friend is a string.
In my validation schema, I sp…
jebax updated
3 years ago
-
### Description
Right now, we focus on field validation, but it would be nice to show how to use an object schema of Zod, like you might do with Formik, React Hook Form, or even TRPC.
This discuss…
-
## Feature request
### Current Behavior
This is the interface of Formik's handle change:
```
handleChange: {
/** Classic React change handler, keyed by input name */
(e: React.…
-
## 🚀 Feature request
When Yup returns a `ValidationError` aggregating multiple errors I'd like Formik to list all aggregated errors.
### Current Behavior
Currently if Yup returns ValidationEr…
-
## 🐛 Bug report
### Current Behavior
```
function yupShape(someKeys: string[]): ObjectSchema {
return Yup.object().shape(
someKeys.reduce((acc, key) => ({ ...acc, [key]: Yup.strin…