标签: angular
<input type="email" name="email" [(ngModel)]="model.email" #email="ngModel" email autocomplete="off"/>
当我尝试提交表单时,此字段在空{email: true}
{email: true}
有没有办法防止这种情况?