@dreamworld/dw-form
Advanced tools
Comparing version 1.1.0 to 1.1.1
@@ -107,3 +107,3 @@ /** | ||
if (el.checked === true || el.checked === false) { | ||
value = el.checked ? el.value || el.checked : null; | ||
value = el.value || el.checked; | ||
} | ||
@@ -110,0 +110,0 @@ |
{ | ||
"name": "@dreamworld/dw-form", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"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
27955