Multiselect container misaligned on filtering with appendTo="body" #2823
Labels
Type: Bug
Issue contains a bug related to a specific component. Something about the component is not working
Milestone
In case of using multiselect with filtering and appendTo, when typing to filter the list, the container move to the upper left corner, This's because in ngAfterViewChecked() of multiselect component, it doesn't check appendTo property so the position is always calculated as a relative position, in this fix I just check if this.appendTo is used or not if so, it should calculate as absolute position instead.
The text was updated successfully, but these errors were encountered: