You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug @tailwindplus/elements 1.0.18 introduced a bug that closes the dropdown menu when hovering any menu item on Google Chrome. On 1.0.17 hovering menu items works fine - the menu stays open.
To Reproduce
Steps to reproduce the behavior:
Use @tailwindplus/elements@1.0.18.
Use Google Chrome on macOS (tested with Sequoia 15.6.1 and Chrome 141.0.7390.108)
Open a dropdown menu (which has to be inside of <el-dialog>).
Hover any item.
The menu closes automatically - so users can never click on a menu item.
Expected behavior
Open a dropdown menu.
Hover any item.
Menu stays open.
Screenshots
Nayttotallennus.2025-10-18.kello.9.18.57.mov
Browser/Device (if applicable)
OS: macOS Sequoia 15.6.1
Browser: Chrome 141.0.7390.108 (the latest)
Version: @tailwindplus/elements@1.0.18
Additional context
Safari works fine - Chrome doesn't.