multiselect-combo-box
Advanced tools
Comparing version 2.0.3 to 2.1.0-alpha
@@ -15,3 +15,3 @@ { | ||
"name": "multiselect-combo-box", | ||
"version": "2.0.3", | ||
"version": "2.1.0-alpha", | ||
"main": "multiselect-combo-box.js", | ||
@@ -18,0 +18,0 @@ "directories": { |
@@ -51,3 +51,11 @@ import {PolymerElement} from '@polymer/polymer/polymer-element.js'; | ||
<div id="clearButton" part="clear-button" slot="suffix" role="button" on-click="_removeAll"></div> | ||
<div | ||
id="clearButton" | ||
part="clear-button" | ||
slot="suffix" | ||
role="button" | ||
on-click="_removeAll" | ||
hidden\$="[[!clearButtonVisible]]"> | ||
</div> | ||
<div id="toggleButton" part="toggle-button" slot="suffix" role="button"></div> | ||
@@ -54,0 +62,0 @@ </vaadin-text-field> |
@@ -80,2 +80,10 @@ /** | ||
reflectToAttribute: true | ||
}, | ||
/** | ||
* Set to true to display the clear icon which clears the input. | ||
*/ | ||
clearButtonVisible: { | ||
type: Boolean, | ||
value: false | ||
} | ||
@@ -82,0 +90,0 @@ }; |
@@ -113,3 +113,4 @@ import {PolymerElement} from '@polymer/polymer/polymer-element.js'; | ||
theme\$="[[theme]]" | ||
disabled="[[disabled]]"> | ||
disabled="[[disabled]]" | ||
clear-button-visible="[[clearButtonVisible]]"> | ||
</multiselect-combo-box-input> | ||
@@ -116,0 +117,0 @@ </vaadin-combo-box-light> |
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
54014
1080
1
2