resolvers
resolvers copied to clipboard
📋 Validation resolvers: Yup, Zod, AJV, Joi, Superstruct, Vest, class-validator, io-ts, typanion, Ajv, TypeBox, Valibot and nope.
`@effect/schema` has had some breaking changes recently, so updating the `peerDependency` to support that. No actual code changes within this package are necessary, just the dependency update.
Makes reference to breaking changes from `v3.0.0` needing to install dependencies separately.
**Describe the bug** Validation errors reported by ‘checkItems’ should be displayed in the same way as other errors **To Reproduce** Steps to reproduce the behavior: 1. Focus the first input...
**Describe the bug** using effect-ts resolver, when I click submit, I get the error "Expected string, actual undefined" however I expect my custom error to show (which is "name required")...
**Describe the bug** When using async validation refinments, zodResolver seems to be the culprit in marking all fields as `validating` once the form is being submitted(as opposed to marking only...
**Describe the bug** During email validation , we are facing the following issue Case Example Email : [email protected] The following email does not pass validation. Error : Invalid Email **To...
**Describe the bug** Hello. I am not able to import the library since version `2.9.6` I got the following error ``` Error: Directory import '/Users/xxx/node_modules/fp-ts/Either' is not supported resolving ES...
**Describe the bug** Hello, I have an issue to reset a field on my react typescript project, I'm using zod and hook form. **To Reproduce** First I do my object:...
**Describe the bug** When passing the `raw` option to the `zodResolver` function, it seems to be passing the object that RHF uses to manage the state of the form into...
**Describe the bug** When using valibot resolver and partialCheck with forward, I do not see all errors that are returned from useForm. Vanilla Valibot however returns all errors. In the...