mirror of
https://github.com/discourse/discourse.git
synced 2025-03-03 01:39:19 +00:00
`app/` means we want to merge it into our application there. `addon` means give it its own module namespace, which is what we wanted.
18 lines
355 B
Handlebars
18 lines
355 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
|
|
}}
|
|
{{/if}}
|
|
|
|
{{d-icon caretIcon class="caret-icon"}}
|