charlie-yao / react-aria-widgets

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

Accordions should allow using the HTML disabled attribute #173

Open charlie-yao opened 1 year ago

charlie-yao commented 1 year ago

Right now it assumes the user wants to set aria-disabled, but we should give them the option to use the regular ol' disabled attribute.