Open Tsukasa42 opened 6 years ago
@ptyriver ,
Can you reproduce this in a codepen or jsfiddle. I tried the above mask in IE11 and don't experience the issue.
I'm still doing some testing to pinpoint the cause. Codepen and jsfiddle do not support IE 11. I believe the issue comes when using the masking with custom inputs within SweetAlert2. Just wanted to give you a quick update.
Having an issue with IE 11 where I can only type the first number when using the following mask for phone numbers. Doesn't happen in Chrome or FireFox. Same results under 3.3.1 and 4.0.3-beta.4
$(this).inputmask({ mask: "(999) 999-9999", placeholder: "(***) ***-****", clearIncomplete: true });