primereact icon indicating copy to clipboard operation
primereact copied to clipboard

Multiselect "appendTo="self" menu select display UI bug

Open grzedomin opened this issue 3 months ago • 0 comments

Describe the bug

When applying appendTo="self" on <Multiselect /> input and menu UI styles are displayed out of frame. Without appendTo everything works fine. Applying appendTo="self" on <Select /> works as expected.

Image

Reproducer

https://stackblitz.com/edit/5ngsmpgu-4fmfkx7n?file=src%2FApp.jsx

System Information

-

Steps to reproduce the behavior

  1. Go to https://stackblitz.com/edit/5ngsmpgu-4fmfkx7n?file=src%2FApp.jsx
  2. Run the app
  3. add appendTo="self"

Expected behavior

No response

grzedomin avatar Sep 29 '25 13:09 grzedomin