我有一个基于角材料的反应形式
if(deviceType === 'source' && deviceName.value) {
alert('hhhh')
this.topoMappForm.get('portA').setValidators(Validators.required)
this.topoMappForm.get('portA').disable();
}
在此警报中被调用,并且禁用被调用,但是setValidators无法正常工作,因为提交按钮显示为已启用
<button type="button" [disabled]='topoMappForm.invalid' md-button class="btn btn--primary" (click)="addPort();">Add Port</button>
请帮助
答案 0 :(得分:-1)
尝试类似
https://xxxx.com/mypageorfolder/?name=&email=