Closed
Description
Is this a regression?
- Yes, this behavior used to work in the previous version
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:
- Go to https://stackblitz.com/edit/uex8xzys?file=src%2Fexample%2Fradio-ng-model-example.html
- Turn on screen reader
- Enter the radio group
- Hear the screen reader announces "required invalid data...."
Expected Behavior
Screen reader should not announce "invalid".
Actual Behavior
Screen reader announces "invalid".
Environment
- Angular: Latest
- CDK/Material: Latest
- Browser(s): Chrome
- Operating System (e.g. Windows, macOS, Ubuntu): macOS