charlie-yao / react-aria-widgets

Implementations of WAI-ARIA widgets and design patterns in React.
MIT License
2 stars 0 forks source link

Dynamic mounting/unmounting of Accordion content #151

Open charlie-yao opened 1 year ago

charlie-yao commented 1 year ago

Right now, accordion content will be placed on the DOM, and toggling/expanding an accordion section simply turns on/off display: none;. It might be nice to provide an option to instead allow mounting/unmounting when a section is expanded/collapsed.