feat(COMPONENT): Add "disabledInteractive" input to "mat-chip-option" #30823
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 to be able to set "disabledInteractive" on
mat-chip-option
similarly to how themat-button
component allows tooltips for disabled buttons when "disabledInteractive" is passed as an input.See
disabledInteractive
in https://material.angular.io/components/button/apiUse Case
I find myself dynamically disabling chips, and it'd be nice to be able to explain to users why a chip option is disabled with a tooltip instead of having to place the error somewhere else in the DOM or use some element-wrapping workaround.
The text was updated successfully, but these errors were encountered: