@vaadin/field-base
Advanced tools
Comparing version 22.0.0 to 22.0.1
{ | ||
"name": "@vaadin/field-base", | ||
"version": "22.0.0", | ||
"version": "22.0.1", | ||
"publishConfig": { | ||
@@ -34,3 +34,3 @@ "access": "public" | ||
"@polymer/polymer": "^3.0.0", | ||
"@vaadin/component-base": "^22.0.0", | ||
"@vaadin/component-base": "^22.0.1", | ||
"lit": "^2.0.0" | ||
@@ -43,3 +43,3 @@ }, | ||
}, | ||
"gitHead": "b668e9b1a975227fbe34beb70d1cd5b03dce2348" | ||
"gitHead": "2b0a2bff0369d6020f7cc33ad35506aa2d1f6f68" | ||
} |
@@ -304,2 +304,3 @@ /** | ||
error.textContent = hasError ? errorMessage : ''; | ||
error.hidden = !hasError; | ||
this.toggleAttribute('has-error-message', hasError); | ||
@@ -306,0 +307,0 @@ |
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
102292
2731