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';
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} )
Original file line number Diff line number Diff 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 : [
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments