primevue icon indicating copy to clipboard operation
primevue copied to clipboard

Multiselect: panel-class doesn't work with scoped css

Open BearsPunch opened this issue 2 years ago • 1 comments

Describe the bug

panel-class doesn't work if scoped style used

Reproducer

https://codesandbox.io/s/elegant-nobel-wcktc9?file=/src/App.vue:596-602

PrimeVue version

3.33.0

Vue version

3.x

Language

TypeScript

Build / Runtime

Vite

Browser(s)

Firefox 117.0

Steps to reproduce the behavior

  1. Create Multiselect
  2. Create scoped style class with
  3. Assign style class to Multiselect via panel-class

Expected behavior

style class applied to panel

BearsPunch avatar Sep 11 '23 22:09 BearsPunch

It'll work if you use appendTo="self"

ZiadJ avatar Aug 22 '24 12:08 ZiadJ