You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, if text input field has maxlength property then screen reader speaks the maxlimit on focusing this field.
We will need to enable JavaScript+ARIA so that screen reader will speak how many characters remain while typing on this field. For example Twitter's "New Tweet" dialogue box on web has implemented this.
The text was updated successfully, but these errors were encountered:
Currently, if text input field has maxlength property then screen reader speaks the maxlimit on focusing this field.
We will need to enable JavaScript+ARIA so that screen reader will speak how many characters remain while typing on this field. For example Twitter's "New Tweet" dialogue box on web has implemented this.
The text was updated successfully, but these errors were encountered: