Skip to content

Commit

Permalink
Merge pull request #114 from unicef-polymer/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
adi130987 authored Oct 25, 2017
2 parents 7b78325 + a7fc5d7 commit 1e41349
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions behaviors/common-behavior.html
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,7 @@
ironDropdown.style.width = this.offsetWidth + 'px';
var style = ironDropdown.querySelector('.dropdown-content').style;
style.overflow = 'hidden';
ironDropdown.focusTarget = this.$$('#searchInput');
}
},
_getIronDropdown: function() {
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "etools-searchable-multiselection-menu",
"description": "Dropdown menu with search and multiple options selection",
"version": "2.2.7",
"version": "2.2.8",
"license": "https://github.com/unicef-polymer/etools-searchable-multiselection-menu/blob/master/LICENSE.md",
"main": "etools-searchable-multiselection-menu.html",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion etools-multi-selection-menu.html
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@
this._selectedValuesToString();
this._setSelectedItems(this.selectedValues);

if (this.autoValidate) {
if (this.autoValidate && this.selectedValues !== undefined) {
this.validate(this.selectedValues);
}
},
Expand Down

0 comments on commit 1e41349

Please sign in to comment.