Example: form = new FormGroup({ first: new FormControl({value: 'Nancy', disabled: true}, Validators.required) ... The proper way to disable an form control.
確定! 回上一頁