2021-08-23 16:44:19 +08:00
|
|
|
<div class="select-kit-header-wrapper">
|
2022-07-06 01:41:31 +08:00
|
|
|
{{#each this.icons as |icon|}} {{d-icon icon}} {{/each}}
|
2017-11-21 18:53:09 +08:00
|
|
|
|
2022-07-06 01:41:31 +08:00
|
|
|
{{component
|
|
|
|
this.selectKit.options.selectedNameComponent
|
|
|
|
tabindex=this.tabindex
|
|
|
|
item=this.selectedContent
|
|
|
|
selectKit=this.selectKit
|
2020-02-03 21:22:14 +08:00
|
|
|
}}
|
2017-11-21 18:53:09 +08:00
|
|
|
|
2022-07-06 01:41:31 +08:00
|
|
|
{{#if this.shouldDisplayClearableButton}}
|
|
|
|
<DButton
|
|
|
|
@class="btn-clear"
|
|
|
|
@icon="times"
|
|
|
|
@action={{this.selectKit.onClearSelection}}
|
|
|
|
@ariaLabel="clear_input"
|
|
|
|
/>
|
2021-08-23 16:44:19 +08:00
|
|
|
{{/if}}
|
|
|
|
|
2022-07-06 01:41:31 +08:00
|
|
|
{{d-icon this.caretIcon class="caret-icon"}}
|
2021-08-23 16:44:19 +08:00
|
|
|
</div>
|