angular-ui / ui-mask

Mask on an input field so the user can only type pre-determined pattern
https://htmlpreview.github.io/?https://github.com/angular-ui/ui-mask/master/demo/index.html
MIT License
391 stars 257 forks source link

Fix #188 #201

Open gazaret opened 7 years ago

gazaret commented 7 years ago

Should fix #188 issue.

Add timeout for fix caret position if click placeholder part before mask.

Example mask: +7 (999) 999-9999

In mobile devices touch +7 caret position move to first 9, but after caret return to previous position

Timeout fix this, i think it's associated with the touch delay 300ms.