由于浏览器的差异,您可能会遇到这个问题,我猜这种情况不会经常发生,但您可以尝试用
[hidden]
*ngIf
<div [hidden]="!ShowExtraInputs"> <input name="PhoneInput" type="text" [(ngModel)]="Phone"/> </div>