Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

yup.array not working

//Empty arrays are considered truthy that's why we cannot use array().required()
const validationSchema = Yup.object().shape({
  stringArray: Yup.array().min(1, messageHere);
});
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #working
ADD COMMENT
Topic
Name
8+5 =