kristianmandrup / schema-to-yup

Schema to Yup validation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

typeError message handling

rdano89 opened this issue · comments

Hi, how would you suggest us to handle typeError messages? It seems they are not supported?

Hi @rdano89, please explain what are typeError messages?

You should be able to do any sort of custom error handling via https://github.com/kristianmandrup/schema-to-yup#use-a-custom-error-message-handler. Also see #116