Skip to content

Commit

Permalink
fix(platform): fixed visual bug in select docs (#13053)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexhristov14 authored Feb 19, 2025
1 parent 6c785ad commit 5032cfb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libs/platform/form/select/select/select.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
[ngTemplateOutletContext]="{ optionItem: item, index: index }"
></ng-template>
<ng-template
secondary
[ngTemplateOutlet]="secondaryTextSource"
[ngTemplateOutletContext]="{ optionItem: item }"
></ng-template>
Expand Down

0 comments on commit 5032cfb

Please # to comment.