jpkleemans / angular-validate

Painless form validation for AngularJS. Powered by the jQuery Validation Plugin.
MIT License
68 stars 32 forks source link

Validation works after using the input more than 3 time #18

Closed Abd-el-hamid closed 6 years ago

Abd-el-hamid commented 7 years ago

I've managed to integrate your libs inside my project. but if I set an input as required I must fill and empty that input multiple times and then the error message appears. Am I doing something wrong or is it a bug in your project. I am using angular 1.6.5 and jquery 3.1.1. regards

jpkleemans commented 7 years ago

Have you tried the onfocusout and onkeyup options?

jpkleemans commented 7 years ago

@celicoo can you create a jsfiddle (see demo) to illustrate the problem?