问题描述
我正在使用Angular 9,并且具有docs中所述的跨场反应形式验证器:
export const myCustomValidator: ValidatorFn = (control: FormGroup): ValidationErrors | null => {
// check form field 1,form field 2 ...
// example code:
let activeField = something;
control.get(activeField).setErrors({ myCustomError: true });
}
在触发此验证程序之前,找出哪个字段已更改的方法是什么?
我需要跨域验证器来对一些表单域进行检查,并取决于要更改的表单域,我想用“错误”标记它。
解决方法
暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!
如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。
小编邮箱:dio#foxmail.com (将#修改为@)