victorjonsson / jQuery-Form-Validator

[DISCONTINUED] jQuery plugin that makes it easy to validate user input while keeping your HTML markup clean from javascript code.
972 stars 476 forks source link

File validation error #671

Open miteshaghera opened 6 years ago

miteshaghera commented 6 years ago

I've created a input for file and it's required field using data-validation="required".

In chrome it shows error as soon as I click on browse button. While firefox it doesn't.

Please refer demo page from formvalidator.net

victorjonsson commented 6 years ago

Which version of firefox?

miteshaghera commented 6 years ago

Latest version of firefox (58.0.2) and chrome (64.0.3282.186).

It works as expected in firefox however not true for chrome.