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 9a66c03 commit 46c9863Copy full SHA for 46c9863
projects/components/src/select/select.component.ts
@@ -101,7 +101,7 @@ import { SelectSize } from './select-size';
101
[ngTemplateOutlet]="selected?.selectOptionRenderer?.getTemplateRef() ?? defaultMenuWithBackgroundTriggerTemplate"
102
></ng-container>
103
<ng-template #defaultMenuWithBackgroundTriggerTemplate
104
- ><<ht-label
+ ><ht-label
105
class="trigger-label"
106
[label]="selected?.selectedLabel || selected?.label || this.placeholder"
107
>
0 commit comments