charlie-yao / react-aria-widgets

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

Initialize the expand/collapse state for Accordions #48

Closed charlie-yao closed 1 year ago

charlie-yao commented 2 years ago

Might be nice to provide a way to have initial expand/collapse states for accordions.

~This must also respect the allowToggle and allowMultiple props.~ Not doing this for now due to difficulty of implementation.