Bug
The chip should be removed when clicking the remove button.
clicking remove does nothing
Using the autocomplete example on the angular website... try and remove a chip.
Material 6.0.1
It's really only a mistake in the docs example. The correct event on the mat-chip component should be "removed" instead of "remove", as demonstrated by the example for Chip Inputs.
(removed)="remove(fruit)"
this is fixed by PR #11175
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
It's really only a mistake in the docs example. The correct event on the mat-chip component should be "removed" instead of "remove", as demonstrated by the example for Chip Inputs.
(removed)="remove(fruit)"See this updated stackblitz