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
{{ message }}
This repository has been archived by the owner on Sep 8, 2020. It is now read-only.
Type a phone number (that does NOT contain any 5's). Shift+Tab to lose focus, then Tab to focus phone number text field. Cursor skips to after the first digit after a half second pause.
Update: Problem seems to be from both 'focus' and 'keyup' events being handled, both moving the cursor one forward because of the "(" in the placeholder.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Can be seen here:
http://plnkr.co/edit/CDG941601WdHPMEdlEdG?p=preview
Type a phone number (that does NOT contain any 5's). Shift+Tab to lose focus, then Tab to focus phone number text field. Cursor skips to after the first digit after a half second pause.
Update: Problem seems to be from both 'focus' and 'keyup' events being handled, both moving the cursor one forward because of the "(" in the placeholder.
The text was updated successfully, but these errors were encountered: