13 lines
320 B
Handlebars
13 lines
320 B
Handlebars
{{#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}}
|