Skip to content
This repository has been archived by the owner on Sep 8, 2020. It is now read-only.

Cursor position is wrong when Voice over is on #241

Open
ushaAmbig opened this issue Aug 14, 2018 · 0 comments
Open

Cursor position is wrong when Voice over is on #241

ushaAmbig opened this issue Aug 14, 2018 · 0 comments

Comments

@ushaAmbig
Copy link

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant