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
{{ message }}
This repository was archived by the owner on Sep 5, 2024. It is now read-only.
Bug
Demo and steps to reproduce the issue
This blank StackBlitz demo can be used to create a reproduction that demonstrates your issue.
Demo URL (required)*: https://codepen.io/jiaruigao/pen/VweGJrp?editable=true%3Dhttps%3A%2F%2Fmaterial.angularjs.org%2FHEAD%2Fdemo%2FradioButton
Detailed Reproduction Steps
Explain the expected behavior
The radio button is expected to be selected in step 3.
Explain the current behavior
The radio button is not selected.
Discuss the use-case or motivation for changing the existing behavior
https://www.w3.org/TR/wai-aria-practices-1.1/#radiobutton
In the keyboard interaction section, the user should be to check the focused radio button if it is not already checked using space key.
List the affected versions of AngularJS, Material, OS, and browsers
It could be reproduced by removing the pre-selection on the doc page.
https://codepen.io/jiaruigao/pen/VweGJrp?editable=true%3Dhttps%3A%2F%2Fmaterial.angularjs.org%2FHEAD%2Fdemo%2FradioButton
Add anything else we should know
Stack Trace
Screenshots