@vaadin/vaadin-checkbox
Advanced tools
Comparing version 2.2.3 to 2.2.4
@@ -13,3 +13,3 @@ { | ||
"name": "@vaadin/vaadin-checkbox", | ||
"version": "2.2.3", | ||
"version": "2.2.4", | ||
"main": "vaadin-checkbox.js", | ||
@@ -16,0 +16,0 @@ "author": "Vaadin Ltd", |
@@ -165,4 +165,2 @@ /** | ||
this.setAttribute('role', 'checkboxgroup'); | ||
this.addEventListener('focusout', e => { | ||
@@ -169,0 +167,0 @@ // validate when stepping out of the checkbox group |
@@ -109,3 +109,3 @@ /** | ||
static get version() { | ||
return '2.2.3'; | ||
return '2.2.4'; | ||
} | ||
@@ -134,3 +134,4 @@ | ||
observer: '_indeterminateChanged', | ||
reflectToAttribute: true | ||
reflectToAttribute: true, | ||
value: false | ||
}, | ||
@@ -137,0 +138,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
44483