{{#if this.shouldUseFallback}} {{component @fallbackComponent id=@id label=@label subText=@subText onChange=@onChange inputValue=@inputValue helpText=@helpText placeholder=@placeholder }} {{else}} {{#if @label}} {{/if}} {{#if @subText}}

{{@subText}}

{{/if}} {{#unless this.hidePowerSelect}} {{#if this.shouldRenderName}} {{option.name}} {{get option this.idKey}} {{else}} {{option.id}} {{/if}} {{/unless}} {{#if (has-block)}} {{yield}} {{/if}} {{/if}}