I have two inputs: - First one on which I apply my custom validator - Second one which value I use in my custom validator (it is dynamic and editable)
If I apply my cust
You can update the validity of a formControl
form.controls['myControl'].updateValueAndValidity();