@formio/js 5.1.0-dev.6221.d976115 → 5.1.0-dev.6224.11d51cd
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.
@@ -429,6 +429,7 @@ class FormComponent extends Component_1.default {
|
|
429
429
|
this.subForm = instance;
|
430
430
|
this.subForm.currentForm = this;
|
431
431
|
this.subForm.parentVisible = this.visible;
|
432
|
+
this.setComponentsMap();
|
432
433
|
this.component.components = (_a = this.subForm._form) === null || _a === void 0 ? void 0 : _a.components;
|
433
434
|
this.component.display = (_b = this.subForm._form) === null || _b === void 0 ? void 0 : _b.display;
|
434
435
|
this.subForm.on('change', () => {
|
@@ -422,6 +422,7 @@ export default class FormComponent extends Component {
|
|
422
422
|
this.subForm = instance;
|
423
423
|
this.subForm.currentForm = this;
|
424
424
|
this.subForm.parentVisible = this.visible;
|
425
|
+
this.setComponentsMap();
|
425
426
|
this.component.components = this.subForm._form?.components;
|
426
427
|
this.component.display = this.subForm._form?.display;
|
427
428
|
this.subForm.on('change', () => {
|