diff --git a/src/components/select/select.ts b/src/components/select/select.ts index b5d4acfaba..19da56ae24 100644 --- a/src/components/select/select.ts +++ b/src/components/select/select.ts @@ -147,12 +147,13 @@ import { SelectPopover, SelectPopoverOption } from './select-popover-component'; providers: [ { provide: NG_VALUE_ACCESSOR, useExisting: Select, multi: true } ], encapsulation: ViewEncapsulation.None, }) -export class Select extends BaseInput implements AfterViewInit, OnDestroy { +export class Select extends BaseInput implements AfterViewInit, OnDestroy { _multi: boolean = false; _options: QueryList