Hello @Remo Linter,
This behavior is by design on the new Accordion Pattern.
The reason for this is to make sure that when using clickable elements inside the Accordion Title, like links, buttons, tooltips, etc., the accordion isn’t opened when clicking on them.
As for an workaround, the customer can add this CSS snippet to their theme to fix this (be aware that this CSS will prevent interactions with clickable elements inside the AccordionTitle):
.osui-accordion-item__title__placeholder > * {
pointer-events: none;
}
Best regards,
Bernardo Cardoso