Incomplete Email not Catching clearIncomplete
Opened this issue · 0 comments
phillyleo commented
Please see demo here: https://robinherbots.github.io/Inputmask/#/demo
enter "ddd@ddd" in the email box. It shows incomplete and valid. Somewhere this MIGHT be valid, but I do not think so. Either way, it shows incomplete.
If you add "clearIncomplete": true
it does not catch this input. My code:
$(".EmailAddress").inputmask("email",{ "clearIncomplete": true });