diff --git a/src/lib/chips/chip-list.ts b/src/lib/chips/chip-list.ts index f7aa330b07a1..9701428842b8 100644 --- a/src/lib/chips/chip-list.ts +++ b/src/lib/chips/chip-list.ts @@ -361,6 +361,8 @@ export class MatChipList extends _MatChipListMixinBase implements MatFormFieldCo // Check to see if we have a destroyed chip and need to refocus this._updateFocusForDestroyedChips(); + + this.stateChanges.next(); }); }