You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 .
Fixes clicking on the chip remove button propagating up and potentially triggering its parent control. This is usually handled by the chip itself, however clicking on the button could remove the chip before it has the chance to stop propagation.
Fixesangular#8771.
Fixes clicking on the chip remove button propagating up and potentially triggering its parent control. This is usually handled by the chip itself, however clicking on the button could remove the chip before it has the chance to stop propagation.
Fixes#8771.
)
Fixes clicking on the chip remove button propagating up and potentially triggering its parent control. This is usually handled by the chip itself, however clicking on the button could remove the chip before it has the chance to stop propagation.
Fixesangular#8771.
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
The text was updated successfully, but these errors were encountered: