Skip to content

Commit c38d74e

Browse files
committed
fix(chips): Update chips in chip list, and add margin to chip input
1 parent 008ee07 commit c38d74e

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
@@ -361,6 +361,8 @@ export class MatChipList extends _MatChipListMixinBase implements MatFormFieldCo
361361

362362
// Check to see if we have a destroyed chip and need to refocus
363363
this._updateFocusForDestroyedChips();
364+
365+
this.stateChanges.next();
364366
});
365367
}
366368

0 commit comments

Comments
 (0)