Bug, feature request, or proposal:
feature request
What is the expected behavior?
Removing a chip that is inside a mat-select as part of the mat-select-trigger through a click event should remove the chip without causing the mat-select to open .
What is the current behavior?
mat-select opens when removing a chip.
What are the steps to reproduce?
http://plnkr.co/edit/I2txATmD4jtI7U3zOguv?p=preview
What is the use-case or motivation for changing an existing behavior?
UX
Is there anything else we should know?
Only occurs on click events. Removing the chip via BACKSPACE or DELETE does not fire an onOpen event