That is a good point, I managed to get it to work by adding an HTML embed with a event listener, but now I'm running into an issue that the accordion needs to be double clicked to expand after it's been minimized with my HTML embed, not sure why. When I have a chance I will just build the element I want from scratch rather than trying to hack the accordion
The reason is for mobile where the accordion expanding down didn't look good, so I wanted to style it to be a popup on mobile and an accordion on desktop
WIth Radix, you'd need to write JS to modify the accessiblity attributes and the open/close options. You're kinda hijacking the entire thing, it sounds like a big pain to be honest. haha