我的Angular应用程序使用在服务器端执行的复杂验证。因此,我配置了更新和验证仅在模糊事件上触发: this.form = new FormGroup( { ... }, { updateOn: 'blur' } );
確定! 回上一頁