File uploading with formik and validation with yup in react: file type validation is not working

前端 未结 0 737
陌清茗
陌清茗 2021-01-21 08:14

I have the following Yup validation schema :

photo: Yup.mixed()
    .test(
        "fileFormat",
        " [Incorrect file tye]",         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题