2017-11-21 05:53:09 -05:00
|
|
|
{{#each icons as |icon|}} {{d-icon icon}} {{/each}}
|
|
|
|
|
2018-03-29 07:42:00 -04:00
|
|
|
<span class="selected-name">
|
2018-09-12 06:19:04 -04:00
|
|
|
{{#if forceEscape}}
|
|
|
|
{{label}}
|
|
|
|
{{else}}
|
|
|
|
{{{label}}}
|
|
|
|
{{/if}}
|
2018-03-29 07:42:00 -04:00
|
|
|
</span>
|
2017-11-21 05:53:09 -05:00
|
|
|
|
|
|
|
{{#if shouldDisplayClearableButton}}
|
2018-03-22 06:29:55 -04:00
|
|
|
<button class="btn-clear" {{action onClearSelection bubbles=false}}>
|
2017-11-21 05:53:09 -05:00
|
|
|
{{d-icon 'times'}}
|
|
|
|
</button>
|
|
|
|
{{/if}}
|
|
|
|
|
2018-11-26 16:49:57 -05:00
|
|
|
{{d-icon caretIcon class="caret-icon"}}
|