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
I am trying to move our app away from the simple-navigation-bootstrap gem to this one and have managed to get everything working, but I have one problem: when I click on a primary item in the nav bar, I need to click it a second time to see the menu.
Is this expected behavior? Is there a way to configure it to display the menu on the first click?
The text was updated successfully, but these errors were encountered:
The problem may be in my code, my workaround was to override dropdown_part in lib.simple_navigation_bootstrap/rendered_item.rb in an appconfig/initializers file and copy all but the line that adds the offending attribute.
I am pretty sure that this is not the right solution for the gem, but it got me out of my bind.
I am trying to move our app away from the
simple-navigation-bootstrap
gem to this one and have managed to get everything working, but I have one problem: when I click on a primary item in the nav bar, I need to click it a second time to see the menu.Is this expected behavior? Is there a way to configure it to display the menu on the first click?
The text was updated successfully, but these errors were encountered: