19 lines
383 B
Handlebars
19 lines
383 B
Handlebars
{{#each icons as |icon|}} {{d-icon icon}} {{/each}}
|
|
|
|
{{component selectKit.options.selectedNameComponent
|
|
tabindex=tabindex
|
|
item=selectedContent
|
|
selectKit=selectKit
|
|
}}
|
|
|
|
{{#if shouldDisplayClearableButton}}
|
|
{{d-button
|
|
class="btn-clear"
|
|
icon="times"
|
|
action=selectKit.onClearSelection
|
|
ariaLabel="clear_input"
|
|
}}
|
|
{{/if}}
|
|
|
|
{{d-icon caretIcon class="caret-icon"}}
|