Skip to content
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

Ability to disable a chip in a ChipSet #836

Open
SamVanhoutte opened this issue Jan 26, 2021 · 1 comment
Open

Ability to disable a chip in a ChipSet #836

SamVanhoutte opened this issue Jan 26, 2021 · 1 comment
Labels
enhancement good first issue

Comments

@SamVanhoutte
Copy link

@SamVanhoutte SamVanhoutte commented Jan 26, 2021

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
@Christian-Oleson
Copy link
Contributor

@Christian-Oleson Christian-Oleson commented Mar 8, 2021

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

@enkodellc enkodellc added enhancement good first issue labels Mar 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement good first issue
Projects
None yet
Development

No branches or pull requests

3 participants