Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR TYPESCRIPT

yup custom message to type error

const schema = Yup.object().shape({
	valid_since: Yup.date().typeError('Incorrect date'),
});
 
PREVIOUS NEXT
Tagged: #yup #custom #message #type #error
ADD COMMENT
Topic
Name
2+7 =