themesberg / flowbite

Open-source UI component library and front-end development framework based on Tailwind CSS
https://flowbite.com
MIT License
7.61k stars 715 forks source link

Accordian initial aria-expanded="false' on first item doesn't work as expected #615

Open iamgmd opened 1 year ago

iamgmd commented 1 year ago

When setting aria-expanded="false" on all item buttons it still opens the first item and causes a double-click needed to expand.

Create any accordion and set all buttons with area-expanded="false"

I expect all items to be collapsed initially.

Using Nuxt3