resolvers icon indicating copy to clipboard operation
resolvers copied to clipboard

📋 Validation resolvers: Yup, Zod, AJV, Joi, Superstruct, Vest, class-validator, io-ts, typanion, Ajv, TypeBox, Valibot and nope.

Results 98 resolvers issues
Sort by recently updated
recently updated
newest added

### Version Number 5.0.1 ### Codesandbox/Expo snack https://codesandbox.io/p/sandbox/vcgdy2 ### Steps to reproduce Zod has a functionality called `preprocess()`: https://zod.dev/?id=preprocess. It allows applying transform to the input before parsing happens. From...

**Describe the bug** With the new v5.0.0, I got a type error: ```ts const FormSchema = z.object({ debug_mode: z.boolean().default(true), }); ``` ```ts type FormValues = z.infer; ``` ```ts const form...

### Version Number 5.0.1 ### Codesandbox/Expo snack https://codesandbox.io/p/sandbox/usefieldarray-removing-entity-does-not-revalidate-schema-rhf-7-56-4-qgf5dr ### Steps to reproduce 1. Click on button "add entity" 2. See errors for two inputs about values are not unique 3....

### Version Number 5.0.1 ### Codesandbox/Expo snack https://codesandbox.io/p/devbox/7ryrmy ### Steps to reproduce Go to the app.ts file and you will see the resolver is providing an error when using the...

### Version Number 5.0.1 ### Codesandbox/Expo snack https://codesandbox.io/p/devbox/hkjpmt ### Steps to reproduce - open codesandbox vm - cd apps/site - pnpm ls --depth 2 --prod Observe ``` @hookform/resolvers 5.0.1 ├──...

this adds new resolver [@badrap/valita](https://github.com/badrap/valita)

stale

### Version Number 5.0.1 (zod v3.24.2, RHF v7.55.0) ### Codesandbox/Expo snack https://codesandbox.io/p/sandbox/mxfzvx ### Steps to reproduce 1. Create a fresh react project with zod, RHF, and @hookform/resolvers 2. create a...