mirror of
https://github.com/discourse/discourse.git
synced 2024-12-11 16:45:47 +08:00
14 lines
303 B
Handlebars
14 lines
303 B
Handlebars
{{#each icons as |icon|}} {{d-icon icon}} {{/each}}
|
|
|
|
<span class="selected-name">
|
|
{{{label}}}
|
|
</span>
|
|
|
|
{{#if shouldDisplayClearableButton}}
|
|
<button class="btn-clear" {{action onClearSelection bubbles=false}}>
|
|
{{d-icon 'times'}}
|
|
</button>
|
|
{{/if}}
|
|
|
|
{{d-icon caretIcon class="caret-icon fa-fw"}}
|