Skip to content

Commit

Permalink
fixes incorrect alignment in multiselect on filter
Browse files Browse the repository at this point in the history
  • Loading branch information
navedqb committed Feb 7, 2024
1 parent ee3f8d5 commit 76a63ae
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 @@ -1753,6 +1753,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 76a63ae

Please sign in to comment.