Skip to content

Commit

Permalink
Fix for dropdown being incorrectly-positioned after entire selection …
Browse files Browse the repository at this point in the history
…is deleted via deleteSelection(). Fixes selectize#190.
  • Loading branch information
brianreavis committed Nov 17, 2013
1 parent 982ccaf commit fb8df74
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/selectize.js
Original file line number Diff line number Diff line change
Expand Up @@ -1599,6 +1599,7 @@ $.extend(Selectize.prototype, {
}

self.showInput();
self.positionDropdown();
self.refreshOptions(true);

// select previous option
Expand Down

0 comments on commit fb8df74

Please sign in to comment.