Apologies for another question about our megamenu modal saga.
We would like to have a similar effect to mousing over a regular menu item, where the dropdown shows on :hover and then closes on non-hover.
We’re using data-x-toggle-hover=“1” to open the modal on hover, that is working fine.
But can’t figure out how to close the modal on non-hover.
We’ve tried several variations such as:
data-x-toggle-close-onmouseleave=“1”
data-x-toggle-close-mouseleave=“1”
data-x-toggle-close-mouseout=“1”
Any idea how we might achieve this? Thanks in advance for your help.