@dreamworld/dw-form
Advanced tools
Comparing version 1.1.0-dw-composite-form.8 to 1.1.0-dw-composite-form.9
@@ -36,3 +36,7 @@ /** | ||
value: { type: Object }, | ||
/** | ||
* Input Property | ||
* Used to set pre-filled value of the element | ||
*/ | ||
inputValue: { type: Object } | ||
@@ -134,6 +138,2 @@ } | ||
_setChildElementValue() { | ||
if (!this.value || !Object.keys(this.value).length) { | ||
return; | ||
} | ||
this._elements.forEach((element) => { | ||
@@ -140,0 +140,0 @@ let name = element.name; |
{ | ||
"name": "@dreamworld/dw-form", | ||
"version": "1.1.0-dw-composite-form.8", | ||
"version": "1.1.0-dw-composite-form.9", | ||
"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
27658
635