mirror of
https://github.com/discourse/discourse.git
synced 2024-12-03 11:23:40 +08:00
315b9d796d
* better test helper * more reliable tests * more consistent use of data-value/data-name/title/aria-label everywhere: header and rows
14 lines
288 B
Handlebars
14 lines
288 B
Handlebars
{{#each icons as |icon|}} {{d-icon icon}} {{/each}}
|
|
|
|
<span class="selected-name">
|
|
{{{label}}}
|
|
</span>
|
|
|
|
{{#if shouldDisplayClearableButton}}
|
|
<button class="btn-clear" {{action onClear bubbles=false}}>
|
|
{{d-icon 'times'}}
|
|
</button>
|
|
{{/if}}
|
|
|
|
{{d-icon caretIcon class="caret-icon"}}
|