Bug
The chip should toggle the status of selected on click, if selectable is set to true.
This should change status and color (to blue) accordingly.
It's not possible to select the chip.
Click on the chip
https://stackblitz.com/edit/mat-chip-select-issue?file=app/app.component.html
Ubuntu 18.10
Chrome and Firefox latest
Version of the link:
My app
The bug occurs also in the official documentation:
https://material.angular.io/components/chips/overview
I noticed that chip is selectable if you use keyboard - navigate with arrow keys and select chip with space. But this is not working using mouse click. Must be bug
Closing as this is working as expected as selecting a chip on a click event is something that is expected to be handled by the user.
Here is a working fork from your reproduction.
Will you be willing to add an input "clickable" or something similar to MatChip to allow selection by click?
although this is easy to implement, but not easy to understand.
can somebody point out the design concept ?
Is this based on the material guide ?
This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.
Read more about our automatic conversation locking policy.
_This action has been performed automatically by a bot._
Most helpful comment
Will you be willing to add an input "clickable" or something similar to MatChip to allow selection by click?