Accordion: pt options for root applied twice #3955
Labels
Type: Bug
Issue contains a bug related to a specific component. Something about the component is not working
Milestone
Describe the bug
I'm experimenting with global pt options and noticed that when setting this pt option in the global config
"root-class" is applied twice, once to the root of the
Accordion
, and once to the root eachAccordionTab
component. Compare this with the behavior shown in the wireframe, and it seems the class should only be applied to theAccordion
root.Reproducer
https://codesandbox.io/p/sandbox/happy-ioana-lv0r02
PrimeVue version
3.29.0
Vue version
3.x
Language
ALL
Build / Runtime
Vue CLI App
Browser(s)
No response
Steps to reproduce the behavior
Expected behavior
The class should only apply to the
Accordion
root.The text was updated successfully, but these errors were encountered: