We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 712e279 commit 91c730aCopy full SHA for 91c730a
projects/angular/components/ui-suggest/src/ui-suggest.component.html
@@ -103,7 +103,7 @@
103
<ng-container *ngFor="let option of value; let i = index">
104
<mat-chip *ngLet="canRemoveChip(option) as canRemoveChip"
105
[removable]="canRemoveChip"
106
- [matTooltip]="intl.translateLabel(option.text)"
+ [matTooltip]="intl.translateLabel(option.tooltip ?? option.text)"
107
(removed)="deselectItem(option)"
108
class="chip-selectable">
109
<mat-icon *ngIf="!!option?.icon?.svgIcon"
0 commit comments