diff --git a/ember-power-select/src/components/power-select.ts b/ember-power-select/src/components/power-select.ts index 0dea449a4..36d700368 100644 --- a/ember-power-select/src/components/power-select.ts +++ b/ember-power-select/src/components/power-select.ts @@ -66,7 +66,7 @@ export interface PowerSelectArgs { noMatchesMessage?: string; noMatchesMessageComponent?: string | ComponentLike; matchTriggerWidth?: boolean; - options: any[] | PromiseProxy; + options?: any[] | PromiseProxy; selected?: any | PromiseProxy; destination?: string; closeOnSelect?: boolean;