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
The text was updated successfully, but these errors were encountered:
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
boolproperty with the nameDisabledonMatChipTrue, the chip should be still visible, but not selectable/clickable for the userThe text was updated successfully, but these errors were encountered: