update polymer components
This commit is contained in:
parent
0320ad7256
commit
3c08769c6c
29 changed files with 961 additions and 844 deletions
|
@ -72,6 +72,11 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
|
|||
this._selection.multi = multi;
|
||||
},
|
||||
|
||||
get _shouldUpdateSelection() {
|
||||
return this.selected != null ||
|
||||
(this.selectedValues != null && this.selectedValues.length);
|
||||
},
|
||||
|
||||
_updateSelected: function() {
|
||||
if (this.multi) {
|
||||
this._selectMulti(this.selectedValues);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue