Replies: 1 comment
-
You can use npm joi-formik-adapter package https://www.npmjs.com/package/joi-formik-adapter |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I read in the Formic documentation that there is support for Yup schema validation using the validationSchema prop. Can I pass a Joi schema instead? Considering that Joi now has an official browser build, it would be extremely convenient to reuse the same Joi schema used to build my rest API. I can't find any mention of support for Joi schema in the documentation.
Beta Was this translation helpful? Give feedback.
All reactions