Skip to content

Commit

Permalink
Merge pull request #14756 from qburst/fix--incorrect-alignment-in-mul…
Browse files Browse the repository at this point in the history
…tiselect-on-filter

fix: incorrect alignment in multiselect on filter
  • Loading branch information
cetincakiroglu authored Feb 13, 2024
2 parents 160bfc2 + 46cc403 commit 02652f6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/app/components/multiselect/multiselect.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1762,6 +1762,9 @@ export class MultiSelect implements OnInit, AfterViewInit, AfterContentInit, Aft
this.onFilter.emit({ originalEvent: event, filter: this._filterValue() });

!this.virtualScrollerDisabled && this.scroller.scrollToIndex(0);
setTimeout(() => {
this.overlayViewChild.alignOverlay();
});
}

onLastHiddenFocus(event) {
Expand Down

0 comments on commit 02652f6

Please sign in to comment.