I wonder if it is possible to have the validation in reactive forms on blur. At the moment you can set updateOn: \"blur\" but then the values of the input fields wo
updateOn: \"blur\"
updateOn is only a property accesor method. Input HTML tag has a event bind named blur could used for that convenience.
URL to official doc. https://angular.io/guide/user-input#on-blur