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
Is this a bug, enhancement, or feature request?
bug
Which versions of Angular and Fundamental Library for Angular are affected? Please, specify the exact version. (If this is a feature request, use current version.)
angular: 18.2.4
fundamental: 0.53.1-rc.23
If this is a bug, please provide steps for reproducing it; the exact components you are using;
Create a required input like in the example input.
Turn on VoiceOver (tested with MacOs version 14.7) and read label of the input.
For required input star character is announced as 'star'. This should not be visible for screen reader. For required input it is sufficient to add aria-required=true and then it is announced as a required field.
It was consulted with accessibility expert.
The text was updated successfully, but these errors were encountered:
Is this a bug, enhancement, or feature request?
bug
Which versions of Angular and Fundamental Library for Angular are affected? Please, specify the exact version. (If this is a feature request, use current version.)
angular: 18.2.4
fundamental: 0.53.1-rc.23
If this is a bug, please provide steps for reproducing it; the exact components you are using;
For required input star character is announced as 'star'. This should not be visible for screen reader. For required input it is sufficient to add
aria-required=true
and then it is announced as a required field.It was consulted with accessibility expert.
The text was updated successfully, but these errors were encountered: