Skip to content

Commit

Permalink
Fixed #14764 - TreeSelect | Incorrect alignment in TreeSelect on filter
Browse files Browse the repository at this point in the history
  • Loading branch information
mehmetcetin01140 committed Feb 8, 2024
1 parent 4e6110e commit aed618f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/app/components/treeselect/treeselect.ts
Original file line number Diff line number Diff line change
Expand Up @@ -656,6 +656,9 @@ export class TreeSelect implements AfterContentInit {
originalEvent: event,
filteredValue: this.treeViewChild?.filteredNodes
});
setTimeout(() => {
this.overlayViewChild.alignOverlay();
});
}

onArrowDown(event: KeyboardEvent) {
Expand Down

0 comments on commit aed618f

Please sign in to comment.