Closed
Description
Reproduction
https://material.angular.io/components/menu/examples
Steps to reproduce:
- Click on the disabled mat-menu item.
Expected Behavior
The menu should not be closed if the menu-item is disabled
I believe below is the code for this but still, the menu gets closed
https://github.com/angular/components/blob/master/src/material/menu/menu-item.ts#L145-L146
Actual Behavior
The menu gets closed when we click.
- Angular:
- CDK/Material: latest
- Browser(s): Google Chrome
- Operating System (Ubuntu):