MatBlazor icon indicating copy to clipboard operation
MatBlazor copied to clipboard

Ability to disable a chip in a ChipSet

Open SamVanhoutte opened this issue 4 years ago • 1 comments

Describe the feature request

In my app, I want to disable certain chips in a choice MatChipSet. Obviously I can remove them (when the user is not Authenticated), but I want to make visually clear to the user that there is a feature available, if that user would Authenticate.

Therefore, it would be great to have an Disabled="true" property on a MatChip component.

Expected behavior

  • New bool property with the name Disabled on MatChip
  • When the property on the component is configured to True , the chip should be still visible, but not selectable/clickable for the user

SamVanhoutte avatar Jan 26 '21 13:01 SamVanhoutte

@SamVanhoutte , Thanks for reporting! We are always looking for contributors if you want to open a PR and tackle this. 🙂

Christian-Oleson avatar Mar 08 '21 00:03 Christian-Oleson