-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Description
Bug, feature request, or proposal:
When the selectable propery is set to false on a chip, we still have the feeling that we can click on it.
What is the expected behavior?
Not being able to click on a unselectable chip
What is the current behavior?
There are no difference between hovering a selectable chip and a none selectable chip.
I would suggest that when a chip is not selectable, the hover and ripple effect are disabled.
What are the steps to reproduce?
In this following exemple you can see that the selectable and not selectable chip behave the same which can be disturbing for the user.
https://stackblitz.com/edit/angular-material2-issue-i6y4da?file=app/app.component.html
What is the use-case or motivation for changing an existing behavior?
Better user experience
Which versions of Angular, Material, OS, TypeScript, browsers are affected?
Version 7
Is there anything else we should know?
Maybe I misunderstand the selectable property but still I think we should have a way to disable the hover and ripple effect at the same time (currently we can only disable the ripple effect)
Thank you for your work ! :)