How do you make menu with hover?
Like image below
How do you make this?
Hi Kim,
Sure, can you try following the below-mentioned implementation steps:
Refer this documentation: patterns/navigation/submenu
I hope this helps you!
Kind regards,
Benjith Sam
Hi,
I observed the same and I guess it might be related to react rendering. As a workaround - Call the SubmenuOpenOnHover action (using the JS element) asynchronously by wrapping inside the setTimeout function.
JS Snippet:
setTimeout(function () { $actions.SubmenuOpenOnHover($parameters.WidgetId); }, 0);
Demo App: SubMenuHoverTask
I'm tagging this post with OutSystemsUI forge asset to notify the team about this observation.
Refer to the attached oml
For the mentioned requirement, you can try using the Submenu widget referenced from the OutSystemsUI module.
I'm sorry but could you please show me how to implement using SubmenuOpenOnHover?
Thank you.
My brother.
I did what you've told me but hover doesn't work. Did I do something wrong here?
Thank you brother. You are the MAN!!!
Yay! we got it solved.
Glad to help you :)
That's great! I learned something, too! Thanks!