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.
korg250
changed the title from
Only 1 'persistent': true is allowed on Internet Explorer to Only 1 'persistent': true field is allowed on Internet ExplorerNov 5, 2014
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.