New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

multiselect-combo-box

Package Overview
Dependencies
Maintainers
1
Versions
50
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

multiselect-combo-box - npm Package Compare versions

Comparing version

to
2.4.1-alpha

2

package.json

@@ -15,3 +15,3 @@ {

"name": "multiselect-combo-box",
"version": "2.4.0",
"version": "2.4.1-alpha",
"main": "multiselect-combo-box.js",

@@ -18,0 +18,0 @@ "directories": {

@@ -461,10 +461,2 @@ import {PolymerElement} from '@polymer/polymer/polymer-element.js';

}
// When using a data provider, i.e. in the flow wrapper,
// we close the overlay after a selection is made and if
// a filter is present. This is to ensure that the overlay
// does not immediatelly re-open with the initial items page
if (this._hasDataProvider() && this.$.comboBox.filter) {
this.$.comboBox.close();
}
}

@@ -471,0 +463,0 @@ }