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

{{@subText}}

{{/if}} {{#unless this.hidePowerSelect}} {{#if this.shouldRenderName}} {{option.name}} {{#unless option.__isSuggestion__}} {{option.id}} {{/unless}} {{else}} {{option.id}} {{/if}} {{/unless}} {{/if}} {{! wait until user has selected 'create a new item' before rendering modal}} {{#if this.nameInput}} {{/if}}