jaridmargolin / formatter.js

Format html inputs to match a specified pattern
http://firstopinion.github.io/formatter.js
2.48k stars 235 forks source link

Only 1 'persistent': true field is allowed on Internet Explorer #71

Open korg250 opened 9 years ago

korg250 commented 9 years ago

I have a form as below:

When the form loads, field3 has the focus and I can only move the focus to field2. When trying to write on field1 or field4, the focus moves back to field3. It's only possible to write on field1 or field4 after field2 and field3 are filled.

This is fixed by removing the 'persistent': true of one of the formatted fields, field2 or field3.

I am using v0.1.5 with IE 11.