@reusa/ngx-reusa-app-lib 0.1.1 → 0.1.101
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/esm2022/lib/components/questionnaire/dynamic-form-question.component.mjs +3 -2
- package/fesm2022/reusa-ngx-reusa-app-lib.mjs +2 -1
- package/fesm2022/reusa-ngx-reusa-app-lib.mjs.map +1 -1
- package/lib/components/questionnaire/dynamic-form-question.component.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -24294,8 +24294,9 @@ class DynamicFormQuestionComponent {
|
|
|
24294
24294
|
//console.info("test with ssnfromuser ", ssnfromuser);
|
|
24295
24295
|
this.claimantService.checkIfUserAlreadyExist(ssnfromuser).subscribe((x) => {
|
|
24296
24296
|
if (x != null) {
|
|
24297
|
+
/* Phone is displayed in the frontend input field, but not exactly set in the object*/
|
|
24297
24298
|
this.form.get('phone').setValue(x);
|
|
24298
|
-
this.form.get('phone').disable();
|
|
24299
|
+
//this.form.get('phone').disable();
|
|
24299
24300
|
}
|
|
24300
24301
|
//console.info('test with x ', x);
|
|
24301
24302
|
}, (err) => {
|