Angular-material - Change separator in md-select multiple option
问题 I have an md-select in my form with multiple options (same as demo in Angular Material site). It shows a comma separated list of selected options in its input field. Is there any way to change separator? (for example change comma to star or another UTF-8 character). 回答1: You can do something with pure CSS. You should hide the commas using visibility: collapse and after that, you can add a Unicode icon with :after or :before pseudo-element. PLUNKER HTML <md-select class="my-select" ng-model=