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.
- package/esm2020/lib/cod/steps/cod-form-step-five/cod-form-step-five.component.mjs +2 -1
- package/fesm2015/iptdevs-design-system.mjs +1 -0
- package/fesm2015/iptdevs-design-system.mjs.map +1 -1
- package/fesm2020/iptdevs-design-system.mjs +1 -0
- package/fesm2020/iptdevs-design-system.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -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
|
}
|