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 900ee4f commit 58293dbCopy full SHA for 58293db
src/core/components/combobox/core-combobox.html
@@ -15,7 +15,7 @@
15
16
<span class="sr-only" *ngIf="label">{{ label }},</span>
17
<div class="select-text">
18
- <slot name="text">{{selection}}</slot>
+ <slot name="text"><core-format-text [text]="selection" /></slot>
19
</div>
20
21
<div class="select-icon" role="presentation" aria-hidden="true" slot="end">
0 commit comments