Igor Vaynberg 12 лет назад
Родитель
Сommit
efc609d073
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      select2.js

+ 1 - 0
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);