-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Closed
Labels
AccessibilityThis issue is related to accessibility (a11y)This issue is related to accessibility (a11y)P3An issue that is relevant to core functions, but does not impede progress. Important, but not urgentAn issue that is relevant to core functions, but does not impede progress. Important, but not urgentarea: material/chips
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
14.2.7
Description
When focused in a <mat-chip-listbox>
a user cannot shift+tab to the previous element.
Reproduction
Steps to reproduce:
- Tab to
<mat-chip-listbox>
- Try shift+tab to tab out of the
<mat-chip-listbox>
Expected Behavior
A user should be able to press shift+tab to focus back to the previous element.
Actual Behavior
When pressing shift+tab, the focus remains on a the <mat-chip-listbox>
. If a value is selected, then the focus returns to that selected <mat-chip>
.
Environment
- Angular: 15
- CDK/Material: 15.2
- Browser(s): Chrome, Edge, Firefox
- Operating System (e.g. Windows, macOS, Ubuntu): Windows
Metadata
Metadata
Assignees
Labels
AccessibilityThis issue is related to accessibility (a11y)This issue is related to accessibility (a11y)P3An issue that is relevant to core functions, but does not impede progress. Important, but not urgentAn issue that is relevant to core functions, but does not impede progress. Important, but not urgentarea: material/chips