Skip to content

Commit 60503cf

Browse files
committed
try again
1 parent 541d05f commit 60503cf

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

src/material/chips/chip-action.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ import {_StructuralStylesLoader} from '../core';
3434
'[attr.tabindex]': '_getTabindex()',
3535
'[attr.disabled]': '_getDisabledAttribute()',
3636
'[attr.aria-disabled]': 'disabled',
37-
'(click)': 'isInteractive ? _handleClick($event) : null',
3837
'(keydown)': '_handleKeydown($event)',
3938
},
4039
})

src/material/chips/chip-row.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ export interface MatChipEditedEvent extends MatChipEvent {
6161
'[attr.aria-description]': 'null',
6262
'[attr.role]': 'role',
6363
'(focus)': '_handleFocus()',
64-
'(click)': 'this._hasInteractiveActions() ? _handleClick($event) : null',
6564
'(dblclick)': '_handleDoubleclick($event)',
6665
},
6766
providers: [

src/material/form-field/form-field.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@
4343
[class.mdc-text-field--no-label]="!_hasFloatingLabel()"
4444
[class.mdc-text-field--disabled]="_control.disabled"
4545
[class.mdc-text-field--invalid]="_control.errorState"
46-
(click)="_control.onContainerClick($event)"
4746
>
4847
@if (!_hasOutline() && !_control.disabled) {
4948
<div class="mat-mdc-form-field-focus-overlay"></div>

0 commit comments

Comments
 (0)