ui-mask icon indicating copy to clipboard operation
ui-mask copied to clipboard

Cursor position is wrong when Voice over is on

Open ushaAmbig opened this issue 5 years ago • 0 comments

Hi,

I'm facing this problem of cursor pointed at the end of the textbox even if no characters are typed in. This problem is observed only in ios devices, when the voice over is on.

img_0430

I have the following code for the phone number mask:

<input type="tel" name="phone" ng-model="phone" ng-required="customValidator.mobile.required"
placeholder="(___) ___-____"
char-limit="{{customValidator.mobile.maxLength}}"
ng-minlength="{{customValidator.mobile.minLength}}"
ui-mask="(999) 999-?9?9?9?9">

Thanks in Advance.

ushaAmbig avatar Aug 14 '18 13:08 ushaAmbig