Skip to content

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

Open
reuse-ay opened this issue Nov 8, 2024 · 1 comment · May be fixed by #30730
Open

feat(COMPONENT): add "disabledInteractive" input to "mat-menu-item" #29984

reuse-ay opened this issue Nov 8, 2024 · 1 comment · May be fixed by #30730
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

@reuse-ay
Copy link

reuse-ay commented Nov 8, 2024

Feature Description

I want allow to set disabledInteractive to button[mat-menu-item] and a[mat-menu-item].
Now disabledInteractive is available in mat-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.

@reuse-ay reuse-ay added 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 labels Nov 8, 2024
@crisbeto crisbeto added P4 A relatively minor issue that is not relevant to core functions area: material/menu and removed needs triage This issue needs to be triaged by the team labels Nov 15, 2024
@mistrykaran91
Copy link
Contributor

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
Projects
None yet
3 participants