diff --git a/js/bootstrap-typeahead.js b/js/bootstrap-typeahead.js index df1487bf82..99f84f7961 100644 --- a/js/bootstrap-typeahead.js +++ b/js/bootstrap-typeahead.js @@ -178,6 +178,7 @@ break case 27: // escape + if (!this.shown) return this.hide() break