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

Bumps [@adobe/css-tools](https://github.com/adobe/css-tools) from 4.3.1 to 4.3.2. Changelog Sourced from @​adobe/css-tools's changelog. 4.3.2 / 2023-11-28 Fix redos vulnerability with specific crafted css string - CVE-2023-48631 Fix Problem parsing with :is() and...

dependencies
stale

**Describe the bug** Hey, the Type error happened after upgrading to `v3.3.1`, and I'm using generic to create a wrapper with react-hook-form in my unit test. It's a regression since...

help wanted

**Describe the bug** I have an ajv schema that contains `default` definitions for some properties. Then when calling `useForm` I pass `values` with populated data that I retrieved from DB,...

Currently, I have changed only to zodResolver.

stale

**Describe the bug** I am building a form with a "dynamic" Yup schema. According to some user actions, the set of inputs to fill in is selected among different choices....

**Describe the bug** Using z.preprocess() instead of z.coerce() in a validation schema does not generate an error. When using zod directly, both of these approaches generate the same error. **To...

**Describe the bug** When using yup resolver, `ref` property in errors object doesn't contain the HTML element, but contains some object with metadata related to that field's validation. When not...

# Describe the bug As the title states, I'm just trying to conditionally require a field via the `object() pipeline` with `valibot`. I just so happens that the web page...

**Describe the bug** Currently, root errors are `onChange`/`append` written to`myArray.message` and `onSubmit` written to `myArray.root`. **To Reproduce** Steps to reproduce the behavior: 1. Go to https://codesandbox.io/s/zod-resolver-root-inconsistency-m57c85?file=/src/App.tsx 2. Click on "Add"...

**Describe the bug** The behavior of zodResolver handling optionals breaks in cases where there are nested path `useController`. Specifically, if there is some object in the form schema that is...