File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
< div class ="mat-input-wrapper mat-form-field-wrapper ">
2
- < div class ="mat-input-flex mat-form-field-flex " #connectionContainer >
2
+ < div class ="mat-input-flex mat-form-field-flex " #connectionContainer
3
+ (click) ="_control.onContainerClick && _control.onContainerClick($event) ">
3
4
< div class ="mat-input-prefix mat-form-field-prefix " *ngIf ="_prefixChildren.length ">
4
5
< ng-content select ="[mdPrefix], [matPrefix] "> </ ng-content >
5
6
</ div >
Original file line number Diff line number Diff line change @@ -84,7 +84,6 @@ let nextUniqueId = 0;
84
84
'[class.ng-valid]' : '_shouldForward("valid")' ,
85
85
'[class.ng-invalid]' : '_shouldForward("invalid")' ,
86
86
'[class.ng-pending]' : '_shouldForward("pending")' ,
87
- '(click)' : '_control.onContainerClick($event)' ,
88
87
} ,
89
88
encapsulation : ViewEncapsulation . None ,
90
89
changeDetection : ChangeDetectionStrategy . OnPush ,
You can’t perform that action at this time.
0 commit comments