components icon indicating copy to clipboard operation
components copied to clipboard

feat(MatChipEditInput): Add aria-label attribute to MatChipEditInput directive

Open clamli opened this issue 5 months ago • 1 comments
trafficstars

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.

clamli avatar May 22 '25 19:05 clamli

Setting a lower priority on this, because users can project their own edit input on which they can set the label. Doing this on our end isn't as straightforward, because we don't have a good way of localizing the label.

crisbeto avatar May 28 '25 08:05 crisbeto