Skip to content

Commit 67e710c

Browse files
authored
fix(chips): Update chips in chip list, and add margin to chip input (#8579)
1 parent c826174 commit 67e710c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/lib/chips/chip-list.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -366,6 +366,8 @@ export class MatChipList extends _MatChipListMixinBase implements MatFormFieldCo
366366

367367
// Check to see if we have a destroyed chip and need to refocus
368368
this._updateFocusForDestroyedChips();
369+
370+
this.stateChanges.next();
369371
});
370372
}
371373

0 commit comments

Comments
 (0)