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
I suspect that this is happening, because there's no value and the inputs are marked as required. Technically I think this is correct since the group is in an invalid state.
Ideally we want SRs to announce "required" which should be sufficient when a required radio group does not have a selection, and I sense this is something we attempted to fix in the past within MatInput which radio button is built on and I do not see attr.aria-invalid on the input inside radio button.
Is this a regression?
The previous version in which this bug was not present was
No response
Description
Screen reader announces "required invalid data..." when user enters an empty radio group that is required.
Reproduction
StackBlitz link: https://stackblitz.com/edit/uex8xzys?file=src%2Fexample%2Fradio-ng-model-example.html
Steps to reproduce:
Expected Behavior
Screen reader should not announce "invalid".
Actual Behavior
Screen reader announces "invalid".
Environment
The text was updated successfully, but these errors were encountered: