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

How to validate input field/element in inline #691

Closed harikumar99 closed 6 years ago

harikumar99 commented 6 years ago

Hi all,

I have an input field with data-validation="required". If i enter submit this field is validated and if i type inside the field, the error message is not hiding. What is the problem?

Thanks

harikumar99 commented 6 years ago

Got answer while searching issue history, so i close this issue Thanks