Documentation is missing Reject Files in examples section. Link appears on the left-hand side but content is missing
Navigate to http://vee-validate.logaretm.com/examples.html#reject-example
Docs are in the process of being redesigned, the reject modifier has been deprecated.
What would you suggest for file input validation?
the validators still work fine, but they no longer reset the input value which caused compatibility problems. You can check after validating if there are any errors then reset the value yourself.
I will try to introduce easier ways to manage this in the future like events.
Please can you give some example/pointer how to "You can check after validating if there are any errors then reset the value yourself." Thank you very much!
@postb99 The event API was introduced then deprecated because it wasn't very memory efficient. I will work on it again shortly after I'm done with the docs PR