diff --git a/src/app/components/multiselect/multiselect.ts b/src/app/components/multiselect/multiselect.ts index 920fe250c14..2e7754fbf84 100755 --- a/src/app/components/multiselect/multiselect.ts +++ b/src/app/components/multiselect/multiselect.ts @@ -1046,7 +1046,6 @@ export class MultiSelect implements OnInit,AfterViewInit,AfterContentInit,AfterV if (this.hasFilter() && this._options) { let searchFields: string[] = (this.filterBy || this.optionLabel || 'label').split(','); if (this.group) { - let searchFields: string[] = (this.optionLabel || 'label').split(','); let filteredGroups = []; for (let optgroup of this.options) {