【发布时间】:2018-07-13 21:05:53
【问题描述】:
我正在尝试处理按键操作以避免在按下键盘上的删除按钮时删除输入文本字段数据。
这是我的输入字段 html 代码:
<input type="time" class="custome-text-input" [(ngModel)]="d.hoursofoperationfrom" formControlName="hoursofoperationfrom" [required]="days[i].checked" [readonly]="!days[i].checked">
【问题讨论】:
标签: angular