ui-mask
ui-mask copied to clipboard
Bug: caret position after ctrl+v is 3 characters behind
I'm using: unique-credit-card ui-mask="9999 9999 9999 9999" ui-mask-placeholder-char="space"
And after insert credit card number with Ctrl+V, caret position is 3 characters behind of end of string.
It sounds like this would be fixed by this relatively old pull request: https://github.com/angular-ui/ui-mask/pull/183
I wonder if it can get accepted?
This may also solve this problem.
https://github.com/angular-ui/ui-mask/pull/200
Just to bump it: https://github.com/angular-ui/ui-mask/pull/183 will really solve the problem: I also had one and made this change to fix it
Is this still being maintained? I would love to get this fix