Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sub-menu is not opened when menu_toggle is collapsed #34

Open
prabowomurti opened this issue Oct 7, 2018 · 0 comments
Open

Sub-menu is not opened when menu_toggle is collapsed #34

prabowomurti opened this issue Oct 7, 2018 · 0 comments

Comments

@prabowomurti
Copy link

How to reproduce the issue :

  • Click the menu_toggle button.
  • Click on any link or refresh the page.
  • Click the menu_toggle button again. The nav menu is now expanded.
  • Refresh the page or click on any link, that used by the nav menu to be active. For example : I have

['label' => 'All Events', 'url' => ['event/index'], 'active' => ($controller_name == 'event' && in_array($action_name, ['index', 'update', 'view', 'attendance']))],

but when I visit /event/update or /event/view, the sub-menu is not expanded / active.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants