fabiomcosta / jquery-meiomask

A jquery plugin for creating masked input texts
http://meiocodigo.com/projects/meiomask
MIT License
233 stars 105 forks source link

IE11 (edge) number input reversing number on input #76

Closed ghost closed 5 years ago

ghost commented 8 years ago

Only found this within IE11 (edge). < IE11, Chrome and FF seem fine. When I have the following code defined like so

$('.grid input').setMask({ mask: '999,999,999,999', type: 'reverse' });

And I go to type 123 into the input field, it displays 321. Removing 'reverse' enables me to type 123 but I loose the correct masking for the thousand placement.

Brookd23 commented 6 years ago

Ever find a fix for this? We're experiencing the same issue and have had no luck tracking down a fix.

camilaguidi commented 5 years ago

We're experiencing the same issue. Any fix for this?

camilaguidi commented 5 years ago

We're experiencing the same issue. Any fix for this?

ghost commented 5 years ago

We just stopped supporting IE 11. IE 11 is dead, gone and no one should be using it any more.