bug(mat-chip-grid): impossible to navigate to the input using VoiceOver commands when there are chips selected #30316
Labels
area: material/chips
P3
An issue that is relevant to core functions, but does not impede progress. Important, but not urgent
Is this a regression?
The previous version in which this bug was not present was
No response
Description
When nesting input inside of the mat-chip-grid, it becomes inaccessible with the screenreader commands (when there are chips selected).
Reproduction
StackBlitz link: https://stackblitz.com/run?file=src%2Fexample%2Fchips-input-example.html
Steps to reproduce:
Expected Behavior
It should be possible to focus the input element when pressing VO-Right Arrow inside the mat-chip-grid. Similar to how it is in chip-autocomplete example, when input is not inside the mat-chip-grid:
https://stackblitz.com/run?file=src%2Fexample%2Fchips-autocomplete-example.css
Actual Behavior
Only chips and delete buttons can be focused using VoiceOver commands.
Environment
The text was updated successfully, but these errors were encountered: