We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm submitting a ... (check one with "x")
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:
items = [ { title: 'Logout', children: [ { title: 'Child', children: [ { title: 'SubChild' } ] } ] }, ];
Related code:
StackBlitz - StackBlitz Bug Example
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:
The text was updated successfully, but these errors were encountered:
katebatura
Successfully merging a pull request may close this issue.
Issue type
I'm submitting a ... (check one with "x")
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:
items = [ { title: 'Logout', children: [ { title: 'Child', children: [ { title: 'SubChild' } ] } ] }, ];
Related code:
StackBlitz - StackBlitz Bug Example
Other information:
npm, node, OS, Browser
Angular, Nebular
GIF:
The text was updated successfully, but these errors were encountered: