Skip to content

In mat-select, make the multiple value separator configurable #15915

@karlgoldstein

Description

@karlgoldstein

Please describe the feature you would like to request.

The mat-select is currently hard-coded to use a comma as the delimiter for displaying multiple values:

return selectedOptions.join(', ');

Please add a configurable property for the delimiter.

What is the use-case or motivation for this proposal?

Localization, as well as semantics, i.e. ability to use AND or OR as the separator.

Is there anything else we should know?

Nope.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions