Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions src/lib/chips/chip-list.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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();
});
}

Expand Down