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

FIX #15443 TIME 0:10 fix check required field

parent 43839f64
No related branches found
No related tags found
No related merge requests found
...@@ -151,7 +151,7 @@ export class RegisteredMailRecipientInputComponent implements OnInit { ...@@ -151,7 +151,7 @@ export class RegisteredMailRecipientInputComponent implements OnInit {
this.control.value.addressCountry = 'FRANCE'; this.control.value.addressCountry = 'FRANCE';
this.countryControl.setValue('FRANCE'); this.countryControl.setValue('FRANCE');
this.addressBANControl.setValue(''); this.addressBANControl.setValue('');
this.control.setErrors({ 'required': true }); this.checkRequiredFields();
this.control.markAsTouched(); 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