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
No response
Clicking on a menu item that is also a menu will close the whole menu, instead of closing only the opened submenu.
StackBlitz link: https://stackblitz.com/edit/4aortd Steps to reproduce:
File
New
The submenu for the New menu item is closed (or kept open), the menu associated with File is kept open (like a CdkMenuBar or the menu nested example: https://material.angular.io/components/menu/examples#menu-nested)
CdkMenuBar
The submenu for the New menu item is closed and the File menu is closed as well.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Is this a regression?
The previous version in which this bug was not present was
No response
Description
Clicking on a menu item that is also a menu will close the whole menu, instead of closing only the opened submenu.
Reproduction
StackBlitz link: https://stackblitz.com/edit/4aortd
Steps to reproduce:
File
buttonNew
menu itemExpected Behavior
The submenu for the
New
menu item is closed (or kept open), the menu associated withFile
is kept open (like aCdkMenuBar
or the menu nested example: https://material.angular.io/components/menu/examples#menu-nested)Actual Behavior
The submenu for the
New
menu item is closed and theFile
menu is closed as well.Environment
The text was updated successfully, but these errors were encountered: