2021-08-23 04:44:19 -04:00
|
|
|
<div class="select-kit-header-wrapper">
|
|
|
|
{{#each icons as |icon|}} {{d-icon icon}} {{/each}}
|
2020-02-03 08:22:14 -05:00
|
|
|
|
2021-08-23 04:44:19 -04:00
|
|
|
{{component selectKit.options.selectedNameComponent
|
|
|
|
tabindex=tabindex
|
|
|
|
item=selectedContent
|
|
|
|
selectKit=selectKit
|
|
|
|
shouldDisplayClearableButton=shouldDisplayClearableButton
|
|
|
|
}}
|
2020-05-18 04:50:33 -04:00
|
|
|
|
2021-08-23 04:44:19 -04:00
|
|
|
{{#if selectKit.options.showCaret}}
|
|
|
|
{{d-icon caretIcon class="caret-icon"}}
|
|
|
|
{{/if}}
|
2021-09-09 11:01:56 -04:00
|
|
|
​
|
|
|
|
{{! Zero-width space character, so icon-only button height = regular button height }}
|
2021-08-23 04:44:19 -04:00
|
|
|
</div>
|