Skip to content

When a radio button is both checked and disabled tabindex wouldn't step into the radio group at all #20184

Open
@edenBenovadia

Description

@edenBenovadia

Reproduction

Use StackBlitz to reproduce your issue: https://stackblitz.com/edit/angular-material-radio-button-demo-wz3p6o?file=app%2Fapp.component.html

Steps to reproduce:

  1. Have a radio button which is both checked and disabled
  2. try to navigate to radio group through tab

Expected Behavior

If checked radio button is also disabled the tab should navigate you to the first enabled radio button (even if is not checked)

Actual Behavior

If checked radio button is also disabled radio group is not navigable through keyboard

  • Angular:

Metadata

Metadata

Assignees

No one assigned

    Labels

    AccessibilityThis issue is related to accessibility (a11y)P3An issue that is relevant to core functions, but does not impede progress. Important, but not urgentarea: material/radio

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions