@vaadin/field-base
Advanced tools
Comparing version 24.4.17 to 24.4.18
{ | ||
"name": "@vaadin/field-base", | ||
"version": "24.4.17", | ||
"version": "24.4.18", | ||
"publishConfig": { | ||
@@ -35,4 +35,4 @@ "access": "public" | ||
"@polymer/polymer": "^3.0.0", | ||
"@vaadin/a11y-base": "~24.4.17", | ||
"@vaadin/component-base": "~24.4.17", | ||
"@vaadin/a11y-base": "~24.4.18", | ||
"@vaadin/component-base": "~24.4.18", | ||
"lit": "^3.0.0" | ||
@@ -45,3 +45,3 @@ }, | ||
}, | ||
"gitHead": "e73f97bc9e3b1db2c633e15e587b8c7980b3949c" | ||
"gitHead": "af1a9d8ba1a195d6f714fe45e1eae932b2d5ce38" | ||
} |
@@ -92,3 +92,3 @@ /** | ||
if (this.clearButtonVisible && !!this.value) { | ||
if (this.clearButtonVisible && !!this.value && !this.readonly) { | ||
event.stopPropagation(); | ||
@@ -95,0 +95,0 @@ this._onClearAction(); |
88508