With Bootstrap the task of creating menus for ASP.NET sites is much simpler.
But I noticed that when a dropdown menu is "open" when hovering over another item it does not "open" automatically, creating a certain visual confusion for the user, see two highlighted menus in the image but only one "open" .
The mouse is over the option "Registrations" and the option "Commands" is open, only opens the other option if we click on the option. I see on other sites that when the menu is "open" when navigating the other options, which are dowpdown, they are automatically displayed.
Is it possible to "open" a dropdown by moving the mouse over another option, which is also dropwdown, if it "opens" automatically?
Thanks for the attention, friends!