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

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/README.md CHANGED
@@ -54,7 +54,7 @@ import '@vaadin/multi-select-combo-box/src/vaadin-multi-select-combo-box.js';
54
54
 
55
55
  ## Contributing
56
56
 
57
- Read the [contributing guide](https://vaadin.com/docs/latest/contributing/overview) to learn about our development process, how to propose bugfixes and improvements, and how to test your changes to Vaadin components.
57
+ Read the [contributing guide](https://vaadin.com/docs/latest/contributing) to learn about our development process, how to propose bugfixes and improvements, and how to test your changes to Vaadin components.
58
58
 
59
59
  ## License
60
60
 
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-alpha9",
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-alpha9",
42
+ "@vaadin/combo-box": "24.5.0-alpha9",
43
+ "@vaadin/component-base": "24.5.0-alpha9",
44
+ "@vaadin/field-base": "24.5.0-alpha9",
45
+ "@vaadin/input-container": "24.5.0-alpha9",
46
+ "@vaadin/item": "24.5.0-alpha9",
47
+ "@vaadin/lit-renderer": "24.5.0-alpha9",
48
+ "@vaadin/overlay": "24.5.0-alpha9",
49
+ "@vaadin/vaadin-lumo-styles": "24.5.0-alpha9",
50
+ "@vaadin/vaadin-material-styles": "24.5.0-alpha9",
51
+ "@vaadin/vaadin-themable-mixin": "24.5.0-alpha9"
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-alpha9",
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": "804744762f3bec0a2247c4bbcbbb204dbcd78bc0"
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-alpha9",
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-alpha9",
5
5
  "description-markup": "markdown",
6
6
  "framework": "lit",
7
7
  "framework-config": {