Skip to content

Commit

Permalink
fix "Live search got stuck, on some chars"
Browse files Browse the repository at this point in the history
fix #1310, fix #1245
  • Loading branch information
caseyjhol committed Feb 25, 2016
1 parent 74eb8d7 commit fad52c0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions js/bootstrap-select.js
Original file line number Diff line number Diff line change
Expand Up @@ -1488,6 +1488,7 @@
that.$button.trigger('click');
}
that.$searchbox.focus();
return;
}

if (that.options.liveSearch) {
Expand Down

0 comments on commit fad52c0

Please sign in to comment.