Revert "realign dropdown when search box moves to new line. closes #43"
This reverts commit 095cdda05e
.
This commit is contained in:
parent
095cdda05e
commit
b96079fef6
1 changed files with 1 additions and 3 deletions
|
@ -1237,6 +1237,7 @@
|
|||
this.addSelectedChoice(data);
|
||||
if (this.select) { this.postprocessResults(); }
|
||||
|
||||
|
||||
if (this.opts.closeOnSelect) {
|
||||
this.close();
|
||||
this.search.width(10);
|
||||
|
@ -1355,9 +1356,6 @@
|
|||
searchWidth = maxWidth - getSideBorderPadding(this.search);
|
||||
}
|
||||
this.search.width(searchWidth);
|
||||
|
||||
// in case the search box was pushed to the next line realign the dropdown
|
||||
if (this.opened()) { this.alignDropdown(); }
|
||||
},
|
||||
|
||||
getVal: function () {
|
||||
|
|
Loading…
Add table
Reference in a new issue