mirror of
https://gh.wpcy.net/https://github.com/discourse/discourse.git
synced 2026-05-28 05:14:21 +08:00
15 lines
No EOL
430 B
Handlebars
Vendored
15 lines
No EOL
430 B
Handlebars
Vendored
<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}}
|
|
</div> |