@energycap/components 0.39.1-ECAP-19153-carbonhub-tours.20231103-1450 → 0.39.2-ECAP-20285-Download-Budget-Worksheet.20231115-1459
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/shared/wizard/wizard-base/wizard-base.component.mjs +2 -2
- package/fesm2015/energycap-components.mjs +1 -1
- package/fesm2015/energycap-components.mjs.map +1 -1
- package/fesm2020/energycap-components.mjs +1 -1
- package/fesm2020/energycap-components.mjs.map +1 -1
- package/package.json +1 -1
@@ -10966,7 +10966,7 @@ class WizardBaseComponent extends PageBaseComponent {
|
|
10966
10966
|
let formModel = this.formGroup.get(this._currentTab.formModelPath);
|
10967
10967
|
if (formModel) {
|
10968
10968
|
formModel.markAllAsTouched();
|
10969
|
-
return formModel.valid;
|
10969
|
+
return formModel.valid || formModel.disabled;
|
10970
10970
|
}
|
10971
10971
|
}
|
10972
10972
|
return true;
|