MatBlazor
MatBlazor copied to clipboard
Ability to disable a chip in a ChipSet
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 nameDisabled
onMatChip
- When the property on the component is configured to
True
, the chip should be still visible, but not selectable/clickable for the user
@SamVanhoutte , Thanks for reporting! We are always looking for contributors if you want to open a PR and tackle this. 🙂