@vaadin/multi-select-combo-box 24.4.0-alpha5 → 24.4.0-alpha6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vaadin/multi-select-combo-box",
3
- "version": "24.4.0-alpha5",
3
+ "version": "24.4.0-alpha6",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -38,17 +38,17 @@
38
38
  ],
39
39
  "dependencies": {
40
40
  "@polymer/polymer": "^3.0.0",
41
- "@vaadin/a11y-base": "24.4.0-alpha5",
42
- "@vaadin/combo-box": "24.4.0-alpha5",
43
- "@vaadin/component-base": "24.4.0-alpha5",
44
- "@vaadin/field-base": "24.4.0-alpha5",
45
- "@vaadin/input-container": "24.4.0-alpha5",
46
- "@vaadin/item": "24.4.0-alpha5",
47
- "@vaadin/lit-renderer": "24.4.0-alpha5",
48
- "@vaadin/overlay": "24.4.0-alpha5",
49
- "@vaadin/vaadin-lumo-styles": "24.4.0-alpha5",
50
- "@vaadin/vaadin-material-styles": "24.4.0-alpha5",
51
- "@vaadin/vaadin-themable-mixin": "24.4.0-alpha5"
41
+ "@vaadin/a11y-base": "24.4.0-alpha6",
42
+ "@vaadin/combo-box": "24.4.0-alpha6",
43
+ "@vaadin/component-base": "24.4.0-alpha6",
44
+ "@vaadin/field-base": "24.4.0-alpha6",
45
+ "@vaadin/input-container": "24.4.0-alpha6",
46
+ "@vaadin/item": "24.4.0-alpha6",
47
+ "@vaadin/lit-renderer": "24.4.0-alpha6",
48
+ "@vaadin/overlay": "24.4.0-alpha6",
49
+ "@vaadin/vaadin-lumo-styles": "24.4.0-alpha6",
50
+ "@vaadin/vaadin-material-styles": "24.4.0-alpha6",
51
+ "@vaadin/vaadin-themable-mixin": "24.4.0-alpha6"
52
52
  },
53
53
  "devDependencies": {
54
54
  "@esm-bundle/chai": "^4.3.4",
@@ -60,5 +60,5 @@
60
60
  "web-types.json",
61
61
  "web-types.lit.json"
62
62
  ],
63
- "gitHead": "05618f05f9604d328daa3e6501a5a29d522c2ec4"
63
+ "gitHead": "7d555ad342715966005883fafcd20001425a6d8c"
64
64
  }
@@ -1067,6 +1067,9 @@ class MultiSelectComboBox extends ResizeMixin(InputControlMixin(ThemableMixin(El
1067
1067
  _onClearButtonTouchend(event) {
1068
1068
  // Cancel the following click and focus events
1069
1069
  event.preventDefault();
1070
+ // Prevent default combo box behavior which can otherwise unnecessarily
1071
+ // clear the input and filter
1072
+ event.stopPropagation();
1070
1073
 
1071
1074
  this.clear();
1072
1075
  }
package/web-types.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/web-types",
3
3
  "name": "@vaadin/multi-select-combo-box",
4
- "version": "24.4.0-alpha5",
4
+ "version": "24.4.0-alpha6",
5
5
  "description-markup": "markdown",
6
6
  "contributions": {
7
7
  "html": {
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/web-types",
3
3
  "name": "@vaadin/multi-select-combo-box",
4
- "version": "24.4.0-alpha5",
4
+ "version": "24.4.0-alpha6",
5
5
  "description-markup": "markdown",
6
6
  "framework": "lit",
7
7
  "framework-config": {