Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Kótay-Szabó Károly committed Dec 11, 2022
1 parent 91a7d97 commit 40b9a25
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"url": "https://github.com/gatanaso/multiselect-combo-box"
},
"name": "multiselect-combo-box",
"version": "2.4.2",
"version": "2.4.3",
"main": "multiselect-combo-box.js",
"directories": {
"test": "test"
Expand Down
4 changes: 2 additions & 2 deletions src/multiselect-combo-box.js
Original file line number Diff line number Diff line change
Expand Up @@ -340,10 +340,10 @@ import './multiselect-combo-box-input.js';

if (!selectedItem) {
this.$.comboBox.value = null;
} else {
this.selectedItems = update;
}

this.selectedItems = update;

if (this.validate()) {
this._dispatchChangeEvent();
}
Expand Down

0 comments on commit 40b9a25

Please sign in to comment.