You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
occupation: new FormControl('', [Validators.required, this.validationService.invalidNameFormat.bind(this)]),
The problem here is validations are triggered correctly but even when i click a different button on the UI these validations are shows, that button has nothing to do with these validations. I want it to be triggered when outfocused.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I have formgroup which has input fields, the validations are set like this :
Here is the validation set :
The problem here is validations are triggered correctly but even when i click a different button on the UI these validations are shows, that button has nothing to do with these validations. I want it to be triggered when outfocused.
Keep in mind these are tab am working with
Beta Was this translation helpful? Give feedback.
All reactions