Skip to content

Commit

Permalink
Fixed #10644 - Extra space between MultiSelect and filter list
Browse files Browse the repository at this point in the history
  • Loading branch information
yigitfindikli committed Sep 21, 2021
1 parent 268989c commit a1cf44d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/app/components/multiselect/multiselect.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1033,6 +1033,8 @@ export class MultiSelect implements OnInit,AfterViewInit,AfterContentInit,AfterV
this._filterValue = (<HTMLInputElement> event.target).value;
this.activateFilter();
this.onFilter.emit({originalEvent: event, filter: this._filterValue});
this.cd.detectChanges();
this.alignOverlay();
}

activateFilter() {
Expand Down

0 comments on commit a1cf44d

Please sign in to comment.