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}}
|
2019-11-04 05:23:54 -05:00
|
|
|
{{d-button
|
|
|
|
class="btn-clear"
|
|
|
|
action=(action onClearSelection bubbles=false)
|
|
|
|
icon="times"}}
|
2017-11-21 05:53:09 -05:00
|
|
|
{{/if}}
|
|
|
|
|
2018-11-26 16:49:57 -05:00
|
|
|
{{d-icon caretIcon class="caret-icon"}}
|