Qvalador
0
Q:

yup npm

yup.string()
   .required("Please enter the required field")
   .matches(/^[aA-zZ\s]+$/, "Only alphabets are allowed for this field ")
1
npm i yup --save
3

New to Communities?

Join the community