{{#if @select.selected}}
{{#if @selectedItemComponent}}
{{component @selectedItemComponent extra=(readonly @extra) option=(readonly @option.selected) select=(readonly @select)}}
{{else}}
{{yield @select.selected select}}
{{/if}}
{{#if (and @allowClear (not @select.disabled))}}
×
{{/if}}
{{else}}
{{component @placeholderComponent placeholder=@placeholder}}
{{/if}}
{{!-- this next line is the only difference from original trigger.hbs --}}
{{svg-jar "arrow-down-small"}}