You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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 });
The text was updated successfully, but these errors were encountered: