File tree Expand file tree Collapse file tree 3 files changed +0
-3
lines changed Expand file tree Collapse file tree 3 files changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,6 @@ import {_StructuralStylesLoader} from '../core';
34
34
'[attr.tabindex]' : '_getTabindex()' ,
35
35
'[attr.disabled]' : '_getDisabledAttribute()' ,
36
36
'[attr.aria-disabled]' : 'disabled' ,
37
- '(click)' : 'isInteractive ? _handleClick($event) : null' ,
38
37
'(keydown)' : '_handleKeydown($event)' ,
39
38
} ,
40
39
} )
Original file line number Diff line number Diff line change @@ -61,7 +61,6 @@ export interface MatChipEditedEvent extends MatChipEvent {
61
61
'[attr.aria-description]' : 'null' ,
62
62
'[attr.role]' : 'role' ,
63
63
'(focus)' : '_handleFocus()' ,
64
- '(click)' : 'this._hasInteractiveActions() ? _handleClick($event) : null' ,
65
64
'(dblclick)' : '_handleDoubleclick($event)' ,
66
65
} ,
67
66
providers : [
Original file line number Diff line number Diff line change 43
43
[class.mdc-text-field--no-label] ="!_hasFloatingLabel() "
44
44
[class.mdc-text-field--disabled] ="_control.disabled "
45
45
[class.mdc-text-field--invalid] ="_control.errorState "
46
- (click) ="_control.onContainerClick($event) "
47
46
>
48
47
@if (!_hasOutline() && !_control.disabled) {
49
48
< div class ="mat-mdc-form-field-focus-overlay "> </ div >
You can’t perform that action at this time.
0 commit comments