Open janion opened 10 months ago
@janion Thanks for opening the issue! In an accordion panel, the entire title area serves as a button that can be clicked to open or close the panel in the accordion. Can you explain a little more about your use case and why you're wanting to use a button as the accordion panel icon?
I am using accordion panels to represent a sequence of items which can be individually configured. The button was going to be used as a delete button for each item.
I have found that an action link does work for my purpose, but I thought that this is still worth raising.
When adding an action button as the icon for an accordion panel, the accordion fails to render correctly. The first title is shown below the panel, and the rest of the panel do not appear at all.
Example app:
Thanks for producing this package, I'm really enjoying using it.