2020-02-04 13:23:44 -05:00
|
|
|
{{#each icons as |icon|}} {{d-icon icon}} {{/each}}
|
2020-02-03 08:22:14 -05:00
|
|
|
|
|
|
|
{{component selectKit.options.selectedNameComponent
|
|
|
|
tabindex=tabindex
|
|
|
|
item=selectedContent
|
|
|
|
selectKit=selectKit
|
|
|
|
shouldDisplayClearableButton=shouldDisplayClearableButton
|
|
|
|
}}
|
2020-05-18 04:50:33 -04:00
|
|
|
|
2020-05-18 08:07:40 -04:00
|
|
|
{{#if selectKit.options.showCaret}}
|
|
|
|
{{d-icon caretIcon class="caret-icon"}}
|
|
|
|
{{/if}}
|