mirror of
https://github.com/discourse/discourse.git
synced 2025-02-19 10:32:46 +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"}}
|