iptdevs-design-system 3.1.118 → 3.1.119

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -4200,6 +4200,7 @@ class CodFormStepFiveComponent extends CodFormSteps {
4200
4200
  else {
4201
4201
  this.codFormStepFive.controls['code_refers'].clearValidators();
4202
4202
  this.codFormStepFive.controls['code_refers'].updateValueAndValidity();
4203
+ this.codFormStepFive.controls['code_refers'].setValue(null);
4203
4204
  this.modalVisible = false;
4204
4205
  this.visbleReferred = false;
4205
4206
  }