17 lines
485 B
Handlebars
17 lines
485 B
Handlebars
<div class="select-kit-header-wrapper">
|
|
{{#each icons as |icon|}} {{d-icon icon}} {{/each}}
|
|
|
|
{{component selectKit.options.selectedNameComponent
|
|
tabindex=tabindex
|
|
item=selectedContent
|
|
selectKit=selectKit
|
|
shouldDisplayClearableButton=shouldDisplayClearableButton
|
|
}}
|
|
|
|
{{#if selectKit.options.showCaret}}
|
|
{{d-icon caretIcon class="caret-icon"}}
|
|
{{/if}}
|
|
​
|
|
{{! Zero-width space character, so icon-only button height = regular button height }}
|
|
</div>
|