Skip to content

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

Open
@clamli

Description

@clamli

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.

Activity

added
featureThis issue represents a new feature or feature request rather than a bug or bug fix
needs triageThis issue needs to be triaged by the team
on May 22, 2025
crisbeto

crisbeto commented on May 28, 2025

@crisbeto
Member

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.

added
P4A relatively minor issue that is not relevant to core functions
and removed
needs triageThis issue needs to be triaged by the team
on May 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    P4A relatively minor issue that is not relevant to core functionsarea: material/chipsfeatureThis issue represents a new feature or feature request rather than a bug or bug fix

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      feat(MatChipEditInput): Add aria-label attribute to MatChipEditInput directive · Issue #31198 · angular/components