DEV Community

Discussion on: Angular Forms Validation: Part III - Async Validators gotchas

Collapse
 
renanduart3 profile image
Renan Duarte

This validation can be made with button click as the event trigger? I've been trying , but failing miserably

Collapse
 
musatov profile image
Michael Musatov

Sure it can be { updateOn: 'submit' }. Take a look at angular.io/api/forms/FormControl#c.... Good luck!