mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 20:43:39 +08:00
20 lines
403 B
Handlebars
20 lines
403 B
Handlebars
{{#each icons as |icon|}} {{d-icon icon}} {{/each}}
|
|
|
|
{{#if label}}
|
|
<span class="selected-name">
|
|
{{{label}}}
|
|
</span>
|
|
{{else}}
|
|
<span class="combo-box-placeholder">
|
|
{{placeholder}}
|
|
</span>
|
|
{{/if}}
|
|
|
|
{{#if shouldDisplayClearableButton}}
|
|
<button class="btn-clear" {{action onClearSelection bubbles=false}}>
|
|
{{d-icon 'times'}}
|
|
</button>
|
|
{{/if}}
|
|
|
|
{{d-icon caretIcon class="caret-icon"}}
|