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
First to make a dropdown work, I had to add class simple to parent elements.
In the second level, when I hover Electronics render is broken because it tries to create a new dropdown with div while it need to create a dropdown with a tag.
The reason a dropdown menu doesn't work without the simple class is because by default you need to enable dropdowns manually with JavaScript: $('.ui.dropdown').dropdown();.
I expected the submenu thing to come up fairly soon. In Semantic UI, a submenu parent is not supposed to have its own URL (see Semantic-Org/Semantic-UI#453), even though this is possible with KnpMenu. For now I recommend changing your menu structure to something like the following, because this is unlikely to change in Semantic UI anytime soon.
Hi,
I am using this plugin with joy, thanks.
First to make a dropdown work, I had to add class
simple
to parent elements.In the second level, when I hover Electronics render is broken because it tries to create a new dropdown with
div
while it need to create a dropdown witha
tag.Here is my code:
The text was updated successfully, but these errors were encountered: