File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ import {Platform} from '../../platform/platform';
68
68
'<input [type]="type" [(ngModel)]="_value" [placeholder]="placeholder" class="text-input">' +
69
69
'<input [type]="type" aria-hidden="true" next-input *ngIf="_useAssist">' +
70
70
'<button clear *ngIf="clearInput && value" class="text-input-clear-icon" (click)="clearTextInput()" (mousedown)="clearTextInput()"></button>' +
71
- '<div (touchstart)="pointerStart($event)" (touchend)="pointerEnd($event)" (mousedown)="pointerStart($event)" (mouseup)="pointerEnd($event)" class="input-cover" *ngIf="_useAssist"></div>' ,
71
+ '<div (touchstart)="pointerStart($event)" (touchend)="pointerEnd($event)" (mousedown)="pointerStart($event)" (mouseup)="pointerEnd($event)" class="input-cover" tappable *ngIf="_useAssist"></div>' ,
72
72
directives : [
73
73
NgIf ,
74
74
NextInput ,
You can’t perform that action at this time.
0 commit comments