livevalidation icon indicating copy to clipboard operation
livevalidation copied to clipboard

How to apply to input type=file?

Open oshihirii opened this issue 11 years ago • 0 comments

What I've Tried

var myVariable = new LiveValidation('my_id', { validMessage: 'valid input', wait: 500});
myVariable.add(Validate.Presence, {failureMessage: "required field"});

I try clicking on the select file button and then cancelling and moving to the next field and no validation error messages are shown.

oshihirii avatar Jul 12 '14 16:07 oshihirii