element-internals-polyfill
Advanced tools
Comparing version 0.1.50 to 0.1.51
@@ -83,2 +83,5 @@ (function () { | ||
const elements = formElementsMap.get(form); | ||
if (form.noValidate) { | ||
return; | ||
} | ||
if (elements.size) { | ||
@@ -85,0 +88,0 @@ const nodes = Array.from(elements); |
{ | ||
"name": "element-internals-polyfill", | ||
"version": "0.1.50", | ||
"version": "0.1.51", | ||
"description": "A polyfill for the element internals specification", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.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
50317
946