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.
If all characters in a masked field are selected and the user presses cursor left, the cursor is bumped one extra position to the right of the leftmost masked character. For example:
(800)555-1212 => Select all => Cursor left => Cursor is positioned after the 8
123-45-6789 => Select all => Cursor left => Cursor is positioned after the 1
This appears to be related to how the isAddition property is getting set in eventHandler(). I'm using v1.8.7.
If all characters in a masked field are selected and the user presses cursor left, the cursor is bumped one extra position to the right of the leftmost masked character. For example:
(800)555-1212 => Select all => Cursor left => Cursor is positioned after the 8
123-45-6789 => Select all => Cursor left => Cursor is positioned after the 1
This appears to be related to how the isAddition property is getting set in eventHandler(). I'm using v1.8.7.
The issue is illustrated here: http://codepen.io/sferguson12/pen/LbwrOZ
The text was updated successfully, but these errors were encountered: