Dropdown panel misaligned on filtering with appendTo #2328
Labels
Type: Bug
Issue contains a bug related to a specific component. Something about the component is not working
Milestone
In case of appendTo property is used on p-dropdown when typing into the filter the container of the options goes to the upper left corner. This is because appendTo property is not checked and position is always calculated as a relative position. In the proposed fix i check if this.appendTo property is used and if so, absolutePosition function is called instead of the relativePosition.
The text was updated successfully, but these errors were encountered: