We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
MAT_CHIP
1 parent 7ce623c commit 13a3932Copy full SHA for 13a3932
src/material/chips/chip-icons.ts
@@ -73,15 +73,15 @@ export class MatChipEdit extends MatChipAction {
73
if (!this.disabled) {
74
event.stopPropagation();
75
event.preventDefault();
76
- this._parentChip._edit();
+ this._parentChip._edit(event);
77
}
78
79
80
override _handleKeydown(event: KeyboardEvent) {
81
if ((event.keyCode === ENTER || event.keyCode === SPACE) && !this.disabled) {
82
83
84
85
86
87
0 commit comments