Form control not working when set custom validation on the form group

后端 未结 0 1967
自闭症患者
自闭症患者 2021-01-06 15:33

This is my group -

this.fb.group( {email: new FormControl(\'\')},
      {
        validators: [ formGroup =>  {email:"some error"}]
      }
    )         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题