Skip to content

Commit 58293db

Browse files
committed
MOBILE-4687 combobox: Improve how selection is shown
1 parent 900ee4f commit 58293db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/components/combobox/core-combobox.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
<span class="sr-only" *ngIf="label">{{ label }},</span>
1717
<div class="select-text">
18-
<slot name="text">{{selection}}</slot>
18+
<slot name="text"><core-format-text [text]="selection" /></slot>
1919
</div>
2020

2121
<div class="select-icon" role="presentation" aria-hidden="true" slot="end">

0 commit comments

Comments
 (0)