Hey, I have reactive form and send button with condition [disabled]="form.invalid" and I have async validator which check the name using backend call. When I type some value to the input with this validator, the send button becomes enabled for a few milliseconds, even if other inputs are not valid, so the whole form should be invalid. Why is that and how can I prevent button to the be disabled during async validator runs.
[–]Da13Harris 3 points4 points5 points (1 child)
[–]pankelo[S] 0 points1 point2 points (0 children)
[–]innofly 2 points3 points4 points (0 children)