@dreamworld/dw-form
Advanced tools
Comparing version 1.1.0-dw-composite-form.6 to 1.1.0-dw-composite-form.7
@@ -101,2 +101,3 @@ /** | ||
this._elements.push(element); | ||
this._setChildElementValue(); | ||
} | ||
@@ -126,8 +127,6 @@ | ||
setTimeout(() => { | ||
this._elements.forEach((element) => { | ||
let name = element.name; | ||
element.value = this.value[name]; | ||
}); | ||
}, 50); | ||
this._elements.forEach((element) => { | ||
let name = element.name; | ||
element.value = this.value[name]; | ||
}); | ||
} | ||
@@ -134,0 +133,0 @@ |
{ | ||
"name": "@dreamworld/dw-form", | ||
"version": "1.1.0-dw-composite-form.6", | ||
"version": "1.1.0-dw-composite-form.7", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "dw-form.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
27270
626