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

nb-menu is closed when user clicks on 'chevron' icon to expand children #2713

Closed
1 of 2 tasks
kostetskyroma opened this issue Apr 9, 2021 · 0 comments · Fixed by #2923
Closed
1 of 2 tasks

nb-menu is closed when user clicks on 'chevron' icon to expand children #2713

kostetskyroma opened this issue Apr 9, 2021 · 0 comments · Fixed by #2923
Assignees

Comments

@kostetskyroma
Copy link

kostetskyroma commented Apr 9, 2021

Issue type

I'm submitting a ... (check one with "x")

  • bug report
  • feature request

Issue description

Current behavior:
nb-menu is closed when the user clicks on the 'chevron' icon to expand children

Expected behavior:
nb-menu should be opened when the user clicks on the 'chevron' icon to expand children

Steps to reproduce:

  1. Create nested menu
    items = [ { title: 'Logout', children: [ { title: 'Child', children: [ { title: 'SubChild' } ] } ] }, ];
  2. Try to click on the 'chevron' icon

Related code:

StackBlitz - StackBlitz Bug Example

Other information:

npm, node, OS, Browser

<!--
Node, npm: `14.15.0` and `6.14.8`
OS: Windows 10
Browser: Chrome
-->

Angular, Nebular

  "name": "@nebular/theme",
  "version": "7.0.0",

GIF:
github-n95hqi - StackBlitz (2)

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

Successfully merging a pull request may close this issue.

2 participants