NewOldMax / react-form-validator-core

Core validator component for react forms
MIT License
95 stars 44 forks source link

Filevalidator: File validation is not working properly #75

Closed harryoctal closed 3 years ago

harryoctal commented 4 years ago

@NewOldMax My field is not required so when I try to submit then it gives validation message file is not valid I am not uploading file then why file is giving me validation error?

I check your given link and this link have the same issue

https://codesandbox.io/embed/bold-bush-865xl Please advice, I am struggling with validations__

NewOldMax commented 4 years ago

@harryoctal Hi yes, currently there is a bug with isFile rule you can implement your own isFile rule until it will be fixed

NewOldMax commented 4 years ago

@harryoctal please check if this issue solved with 0.7.0 version

NewOldMax commented 3 years ago

closed due no activity