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
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.
The text was updated successfully, but these errors were encountered:
korg250
changed the title
Only 1 'persistent': true is allowed on Internet Explorer
Only 1 'persistent': true field is allowed on Internet Explorer
Nov 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.
The text was updated successfully, but these errors were encountered: