Skip to content
Snippets Groups Projects
Commit f43329f9 authored by Alex ORLUC's avatar Alex ORLUC
Browse files

FIX #15443 TIME 0:10 fix check required field

(cherry picked from commit 506d06c8)
parent 9963322d
No related branches found
No related tags found
No related merge requests found
......@@ -151,7 +151,7 @@ export class RegisteredMailRecipientInputComponent implements OnInit {
this.control.value.addressCountry = 'FRANCE';
this.countryControl.setValue('FRANCE');
this.addressBANControl.setValue('');
this.control.setErrors({ 'required': true });
this.checkRequiredFields();
this.control.markAsTouched();
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment