Skip to content

Commit 4804b02

Browse files
committed
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. (cherry picked from commit fb9fd00)
1 parent 1f4cac9 commit 4804b02

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
@@ -309,7 +309,6 @@ export class MatChipListbox
309309
// Wait to see if focus moves to an individual chip.
310310
setTimeout(() => {
311311
if (!this.focused) {
312-
this._propagateChanges();
313312
this._markAsTouched();
314313
}
315314
});

0 commit comments

Comments
 (0)