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 I type a phone number and the mask is applied, the cursor comes back one char and the user starts to write from inside the phone number not from it's end.
For exemple, if I've set the mask:
'phone' : { mask : '9999-99999', type : 'reverse', textAlign: false }
When I write the 5 first numbers, the cursor gets the wrong position when the '-' appears:
what's right: 9-9999|
what happen: 9-999|9
So, the user start to write the wrong phone number.
I've tested in mobile Chrome, IE, Safari and Firefox. It happened only in Firefox.
The text was updated successfully, but these errors were encountered:
When I type a phone number and the mask is applied, the cursor comes back one char and the user starts to write from inside the phone number not from it's end.
For exemple, if I've set the mask:
'phone' : { mask : '9999-99999', type : 'reverse', textAlign: false }
When I write the 5 first numbers, the cursor gets the wrong position when the '-' appears:
what's right: 9-9999|
what happen: 9-999|9
So, the user start to write the wrong phone number.
I've tested in mobile Chrome, IE, Safari and Firefox. It happened only in Firefox.
The text was updated successfully, but these errors were encountered: