@stemy/ngx-dynamic-form 19.9.16 → 19.9.17
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.
|
@@ -2064,7 +2064,7 @@ class DynamicFormComponent {
|
|
|
2064
2064
|
const defs = this.fields();
|
|
2065
2065
|
const fields = Array.isArray(defs) ? defs : null;
|
|
2066
2066
|
const constructor = this.data()?.constructor;
|
|
2067
|
-
const root = (Array.isArray(defs) ? null : defs) ?? this.builder.createFormGroup(null, parent => this.builder.createFieldSets(fields ?? this.builder.resolveFormFields(constructor, parent, options), parent), {
|
|
2067
|
+
const root = (Array.isArray(defs) ? null : defs) ?? this.builder.createFormGroup(null, parent => this.builder.createFieldSets(fields ?? this.builder.resolveFormFields(constructor, parent, options), parent, options), {
|
|
2068
2068
|
label: "",
|
|
2069
2069
|
hidden: false,
|
|
2070
2070
|
useTabs: this.useTabs(),
|