Skip to content

Commit fb9fd00

Browse files
authored
fix(material/chips): avoid double emit of changed event on blur (#26963)
Fixes that the chips listbox was emitting change events both when a chip is toggled and when the listbox is blurred. Fixes #26942.
1 parent 9415aae commit fb9fd00

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/material/chips/chip-listbox.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,6 @@ export class MatChipListbox
311311
// Wait to see if focus moves to an individual chip.
312312
setTimeout(() => {
313313
if (!this.focused) {
314-
this._propagateChanges();
315314
this._markAsTouched();
316315
}
317316
});

0 commit comments

Comments
 (0)