-
Notifications
You must be signed in to change notification settings - Fork 6.8k
feat(COMPONENT): add "disabledInteractive" input to "mat-menu-item" #29984
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
Labels
area: material/menu
feature
This issue represents a new feature or feature request rather than a bug or bug fix
P4
A relatively minor issue that is not relevant to core functions
Comments
Hi! Is anybody working on it? Otherwise, I could try to fix it if you don't mind. |
mistrykaran91
added a commit
to mistrykaran91/components
that referenced
this issue
Mar 27, 2025
…abled state In menu-item component add an option `disabledInteractive` to interact with menu item in disabled state similar to `mat-button`, `mat-radio`, etc Fixes angular#29984
mistrykaran91
added a commit
to mistrykaran91/components
that referenced
this issue
Mar 27, 2025
…abled state In menu-item component add an option `disabledInteractive` to interact with menu item in disabled state similar to `mat-button`, `mat-radio`, etc Fixes angular#29984
mistrykaran91
added a commit
to mistrykaran91/components
that referenced
this issue
Apr 7, 2025
…abled state In menu-item component add an option `disabledInteractive` to interact with menu item in disabled state similar to `mat-button`, `mat-radio`, etc Fixes angular#29984
mistrykaran91
added a commit
to mistrykaran91/components
that referenced
this issue
Apr 7, 2025
…abled state In menu-item component add an option `disabledInteractive` to interact with menu item in disabled state similar to `mat-button`, `mat-radio`, etc Fixes angular#29984
mistrykaran91
added a commit
to mistrykaran91/components
that referenced
this issue
Apr 7, 2025
…abled state In menu-item component add an option `disabledInteractive` to interact with menu item in disabled state similar to `mat-button`, `mat-radio`, etc Fixes angular#29984
mistrykaran91
added a commit
to mistrykaran91/components
that referenced
this issue
Apr 8, 2025
…abled state In menu-item component add an option `disabledInteractive` to interact with menu item in disabled state similar to `mat-button`, `mat-radio`, etc Fixes angular#29984
mistrykaran91
added a commit
to mistrykaran91/components
that referenced
this issue
Apr 8, 2025
…abled state In menu-item component add an option `disabledInteractive` to interact with menu item in disabled state similar to `mat-button`, `mat-radio`, etc Fixes angular#29984
mistrykaran91
added a commit
to mistrykaran91/components
that referenced
this issue
Apr 8, 2025
…abled state In menu-item component add an option `disabledInteractive` to interact with menu item in disabled state similar to `mat-button`, `mat-radio`, etc Fixes angular#29984
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area: material/menu
feature
This issue represents a new feature or feature request rather than a bug or bug fix
P4
A relatively minor issue that is not relevant to core functions
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: