Applying validators on blur using the reactive API. let telephone = new FormControl('', [{validators: Validators.minLength(10), #1 updateOn:'blur'}); #2.
確定! 回上一頁