firstandthird / mask

Javascript input mask plugin
MIT License
1 stars 0 forks source link

Clicking input thats partially filled out moves cursor to wrong position #6

Closed dawnerd closed 10 years ago

dawnerd commented 10 years ago

Example:

Input: 123-__-____

clicking, the cursor moves to:

1|23-__-____
 ^

Should move to:

123-|__-____
    ^