@@ -34,25 +34,25 @@ Install your preferred validation library alongside `@hookform/resolvers`.
3434
3535| resolver | Infer values <br /> from schema | [ criteriaMode] ( https://react-hook-form.com/docs/useform#criteriaMode ) |
3636| ---| ---| ---|
37- | AJV | ❌ | `firstError | all` |
37+ | AJV | ❌ | ` firstError \ | all ` |
3838| Arktype | ✅ | ` firstError ` |
39- | class-validator | ✅ | `firstError | all` |
39+ | class-validator | ✅ | ` firstError \ | all ` |
4040| computed-types | ✅ | ` firstError ` |
41- | Effect | ✅ | `firstError | all` |
41+ | Effect | ✅ | ` firstError \ | all ` |
4242| fluentvalidation-ts | ❌ | ` firstError ` |
4343| io-ts | ✅ | ` firstError ` |
44- | joi | ❌ | `firstError | all` |
44+ | joi | ❌ | ` firstError \ | all ` |
4545| Nope | ❌ | ` firstError ` |
46- | Standard Schema | ✅ | `firstError | all` |
46+ | Standard Schema | ✅ | ` firstError \ | all ` |
4747| Superstruct | ✅ | ` firstError ` |
4848| typanion | ✅ | ` firstError ` |
49- | typebox | ✅ | `firstError | all` |
50- | typeschema | ❌ | `firstError | all` |
51- | valibot | ✅ | `firstError | all` |
52- | vest | ❌ | `firstError | all` |
53- | vine | ✅ | `firstError | all` |
54- | yup | ✅ | `firstError | all` |
55- | zod | ✅ | `firstError | all` |
49+ | typebox | ✅ | ` firstError \ | all ` |
50+ | typeschema | ❌ | ` firstError \ | all ` |
51+ | valibot | ✅ | ` firstError \ | all ` |
52+ | vest | ❌ | ` firstError \ | all ` |
53+ | vine | ✅ | ` firstError \ | all ` |
54+ | yup | ✅ | ` firstError \ | all ` |
55+ | zod | ✅ | ` firstError \ | all ` |
5656</details >
5757
5858## TypeScript
@@ -91,7 +91,9 @@ useForm<z.input<typeof schema>, any, z.output<typeof schema>>({
9191
9292### Supported resolvers
9393
94+ - [ React Hook Form Resolvers] ( #react-hook-form-resolvers )
9495- [ Install] ( #install )
96+ - [ TypeScript] ( #typescript )
9597- [ Links] ( #links )
9698 - [ Supported resolvers] ( #supported-resolvers )
9799- [ API] ( #api )
@@ -118,7 +120,6 @@ useForm<z.input<typeof schema>, any, z.output<typeof schema>>({
118120 - [ fluentvalidation-ts] ( #fluentvalidation-ts )
119121 - [ standard-schema] ( #standard-schema )
120122- [ Backers] ( #backers )
121- - [ Sponsors] ( #sponsors )
122123- [ Contributors] ( #contributors )
123124
124125## API
0 commit comments