Prevent Accordian Component from Closing

Hi
I am using the Blazor Accordion component to display an edit form when expanded. If I make edits on the form I want to prevent the accordion from closing. I can send an event from the edit form to the parent form that contains the accordion and detect which particular edit form the event came from, but now, I want to prevent that particular accordion element from closing.For instance on the 'Collapse' binding method I want to somehow cancel the collapse so it stays open rather than closing.
Is it possible to do that?
Thanks

Hi @stealthworks,

Preventing the Accordion from collapsing is not possible.

OK, thanks. Are there any plans to implement this?