@vaadin/multi-select-combo-box 24.5.0-alpha7 → 24.5.0-alpha8

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.5.0-alpha7",
3
+ "version": "24.5.0-alpha8",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -38,27 +38,27 @@
38
38
  ],
39
39
  "dependencies": {
40
40
  "@polymer/polymer": "^3.0.0",
41
- "@vaadin/a11y-base": "24.5.0-alpha7",
42
- "@vaadin/combo-box": "24.5.0-alpha7",
43
- "@vaadin/component-base": "24.5.0-alpha7",
44
- "@vaadin/field-base": "24.5.0-alpha7",
45
- "@vaadin/input-container": "24.5.0-alpha7",
46
- "@vaadin/item": "24.5.0-alpha7",
47
- "@vaadin/lit-renderer": "24.5.0-alpha7",
48
- "@vaadin/overlay": "24.5.0-alpha7",
49
- "@vaadin/vaadin-lumo-styles": "24.5.0-alpha7",
50
- "@vaadin/vaadin-material-styles": "24.5.0-alpha7",
51
- "@vaadin/vaadin-themable-mixin": "24.5.0-alpha7"
41
+ "@vaadin/a11y-base": "24.5.0-alpha8",
42
+ "@vaadin/combo-box": "24.5.0-alpha8",
43
+ "@vaadin/component-base": "24.5.0-alpha8",
44
+ "@vaadin/field-base": "24.5.0-alpha8",
45
+ "@vaadin/input-container": "24.5.0-alpha8",
46
+ "@vaadin/item": "24.5.0-alpha8",
47
+ "@vaadin/lit-renderer": "24.5.0-alpha8",
48
+ "@vaadin/overlay": "24.5.0-alpha8",
49
+ "@vaadin/vaadin-lumo-styles": "24.5.0-alpha8",
50
+ "@vaadin/vaadin-material-styles": "24.5.0-alpha8",
51
+ "@vaadin/vaadin-themable-mixin": "24.5.0-alpha8"
52
52
  },
53
53
  "devDependencies": {
54
- "@esm-bundle/chai": "^4.3.4",
55
- "@vaadin/testing-helpers": "^0.6.0",
54
+ "@vaadin/chai-plugins": "24.5.0-alpha8",
55
+ "@vaadin/testing-helpers": "^1.0.0",
56
56
  "lit": "^3.0.0",
57
- "sinon": "^13.0.2"
57
+ "sinon": "^18.0.0"
58
58
  },
59
59
  "web-types": [
60
60
  "web-types.json",
61
61
  "web-types.lit.json"
62
62
  ],
63
- "gitHead": "89f77a69ae0eba6247f2b3084941f9395d7134e1"
63
+ "gitHead": "1e227aaa55df3f5dae3d477b9afb5fce4f5ece33"
64
64
  }
@@ -399,6 +399,10 @@ class MultiSelectComboBoxInternal extends ComboBoxDataProviderMixin(ComboBoxMixi
399
399
  }
400
400
 
401
401
  if (this.opened) {
402
+ // Store filter value for checking if user input is matching
403
+ // an item which is already selected, to not un-select it.
404
+ this.lastFilter = this.filter;
405
+
402
406
  this.dispatchEvent(
403
407
  new CustomEvent('combo-box-item-selected', {
404
408
  detail: {
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.5.0-alpha7",
4
+ "version": "24.5.0-alpha8",
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.5.0-alpha7",
4
+ "version": "24.5.0-alpha8",
5
5
  "description-markup": "markdown",
6
6
  "framework": "lit",
7
7
  "framework-config": {