mirror of
https://github.com/discourse/discourse.git
synced 2024-12-05 05:13:38 +08:00
14 lines
303 B
Handlebars
14 lines
303 B
Handlebars
|
{{#each icons as |icon|}} {{d-icon icon}} {{/each}}
|
||
|
|
||
|
<span class="selected-name" title={{title}}>
|
||
|
{{{name}}}
|
||
|
</span>
|
||
|
|
||
|
{{#if shouldDisplayClearableButton}}
|
||
|
<button class="btn-clear" {{action onClear bubbles=false}}>
|
||
|
{{d-icon 'times'}}
|
||
|
</button>
|
||
|
{{/if}}
|
||
|
|
||
|
{{d-icon caretIcon class="caret-icon"}}
|