element-internals-polyfill
Advanced tools
Comparing version 1.0.2 to 1.0.3
@@ -527,3 +527,4 @@ (function () { | ||
throwIfNotFormAssociated(ref, `Failed to read the 'willValidate' property from 'ElementInternals': The target element is not a form-associated custom element.`); | ||
if (ref.disabled || ref.hasAttribute('disabled')) { | ||
if ((ref.disabled || ref.hasAttribute('disabled')) || | ||
ref.hasAttribute('readonly')) { | ||
return false; | ||
@@ -530,0 +531,0 @@ } |
{ | ||
"name": "element-internals-polyfill", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"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
53181
956