daisyui / react-daisyui

daisyUI components built with React 🌼
http://react.daisyui.com/
MIT License
886 stars 98 forks source link

Menu dropdown doesn't close after click? #412

Closed seba5devcmps closed 10 months ago

seba5devcmps commented 10 months ago

Before updating to Daisy 3^ and React Daisy 4^ when clicking on a button in a Menu Dropdown it closes automatically, now it needs to be closed manually, there's any config to keep it like before? Thank you

yoshi6jp commented 10 months ago

The befavior is different when using the <detail> tag.

<detail>

<div>

seba5devcmps commented 10 months ago

Got it, It's perfect, thank you so much