+ {{#if this.label}}
+
{{this.label}}
+ {{/if}}
+ {{#if this.showPlaceholder}}
+
+ {{@placeholder}}
+
+ {{else}}
+ {{#let
+ (if
+ @selectedItemComponent
+ (component @selectedItemComponent)
+ (component PickerSelectedItem)
+ )
+ as |SelectedComponent|
+ }}
+ {{#each @select.selected as |item|}}
+
+ {{yield option select}}
+
+ {{/each}}
+ {{/let}}
+ {{/if}}
+