mirror of
https://github.com/discourse/discourse.git
synced 2024-12-02 20:35:21 +08:00
17 lines
528 B
Handlebars
17 lines
528 B
Handlebars
<div class="select-kit-header-wrapper">
|
|
{{#each this.icons as |icon|}} {{d-icon icon}} {{/each}}
|
|
|
|
{{component
|
|
this.selectKit.options.selectedNameComponent
|
|
tabindex=this.tabindex
|
|
item=this.selectedContent
|
|
selectKit=this.selectKit
|
|
shouldDisplayClearableButton=this.shouldDisplayClearableButton
|
|
}}
|
|
|
|
{{#if this.selectKit.options.showCaret}}
|
|
{{d-icon this.caretIcon class="caret-icon"}}
|
|
{{/if}}
|
|
​
|
|
{{! Zero-width space character, so icon-only button height = regular button height }}
|
|
</div> |