-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Open
Labels
Description
Prerequisites
- I have read the documentation
What theme are you using?
chakra-ui
Describe the solution you'd like
Requesting support for enabling https://ajv.js.org/packages/ajv-errors.html when using compileSchemaValidators
and compileSchemaValidatorsCode
. These functions support enabling ajv-formats
and custom formats, but do not support ajv-errors
or other custom keywords. This feature is already supported for runtime-compiled validators via customizeValidator
.