feat(COMPONENT): add "disabledInteractive" input to "mat-menu-item" #29984
Labels
feature
This issue represents a new feature or feature request rather than a bug or bug fix
needs triage
This issue needs to be triaged by the team
Feature Description
I want allow to set
disabledInteractive
tobutton[mat-menu-item]
anda[mat-menu-item]
.Now
disabledInteractive
is available inmat-button
,mat-checkbox
, etc. It is used to make the appearance disabled but still allow tooltips etc. to be available.Use Case
I sometimes use menus when there is not enough space to display buttons. It is inconvenient that mat-menu-item can't do what mat-button can do.
The text was updated successfully, but these errors were encountered: