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

Cursor position is wrong when Voice over is on #241

Description

@ushaAmbig

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions