diff --git a/select2.js b/select2.js index d3a97e64..64e5f755 100644 --- a/select2.js +++ b/select2.js @@ -2421,6 +2421,7 @@ the specific language governing permissions and limitations under the Apache Lic return; case KEY.TAB: this.selectHighlighted({noFocus:true}); + this.close(); return; case KEY.ESC: this.cancel(e);