I am using the KTUI accordion https://ktui.io/docs/accordion
When I put a form inside the accordion and use livewire, then livewire refreshes the page once I make a change in the select and the accordion looses its active state. How can I fix that?
Okay I found a solution, I have to manage the classes `active` and `hidden` via the livewire component manually. If there is a better solution, let me know.