feat(MatChipEditInput): Add aria-label attribute to MatChipEditInput directive #31198
Labels
area: material/chips
feature
This issue represents a new feature or feature request rather than a bug or bug fix
P4
A relatively minor issue that is not relevant to core functions
Feature Description
Add a general aria-label to MatChipEditInput like "editable chip", and consider removing the
tabindex="-1"
set by this directive.Use Case
This will resolve the
aria-input-field-name
violation when the chip turns into editable mode.The text was updated successfully, but these errors were encountered: