resolvers
resolvers copied to clipboard
📋 Validation resolvers: Yup, Zod, AJV, Joi, Superstruct, Vest, class-validator, io-ts, typanion, Ajv, TypeBox, Valibot and nope.
**Describe the bug** Without a custom required error message set on my AJV form schema, required form field errors are returned as expected with the default AJV required error message....
**Is your feature request related to a problem? Please describe.** It gets pretty annoying when using the `zodResolver`, that I need to infer the zod-schema type ***AND*** pass it into...
### Version Number 7.43.9 ### Codesandbox/Expo snack https://codesandbox.io/s/react-hook-form-zod-root-error-je3yve?file=/src/App.tsx ### Discord Question Thread link https://discord.com/channels/754891658327359538/1108113385968644217/1108113385968644217 ### Steps to reproduce This issue relates to and is observed when using `[email protected]` and `@hookform/[email protected]`...
**Is your feature request related to a problem? Please describe.** I'm using `yupResolver` in synchronous mode. The problem I'm facing is that although the schema is correctly invoked via yup's...
**Describe the bug** When using a joiResolver together with a .custom() validation function and mode 'all' it only updates the error state on submit and not on change or on...
In my date picker component I want to access the validation schema of the form to extract the min and max values for the date directly from the validation schema...
**Is your feature request related to a problem? Please describe.** [`@effect/schema`](https://github.com/Effect-TS/effect/blob/main/packages/schema/README.md#introduction) is [Effect](https://effect.website/)'s Schema library. **Describe the solution you'd like** We could write a resolver to support it. **Describe alternatives...
Resolver for [TypeSchema](https://typeschema.com): an universal adapter for schema validation, compatible with [any validation library](https://typeschema.com/#coverage)
**Describe the bug** Form Validation doesn't re render the correct error message to reflect correct `error` from `formState` **To Reproduce** Steps to reproduce the behavior: 1. Visit the sandbox with...
**Describe the bug** Only changes to the last field in a field array are considered for validation when using `superRefine`. Changes to other fields are validated by `zodResolver`, but the...