1
0
mirror of synced 2024-11-21 20:46:07 +03:00

Merge branch 'focus-event' of https://github.com/nino-s/select2 into hotfix

This commit is contained in:
alexweissman 2017-09-06 16:59:54 -04:00
commit ca4de9dcb0

View File

@ -63,7 +63,7 @@ define([
});
container.on('focus', function () {
if (container.isOpen()) {
if (!container.isOpen()) {
self.$search.focus();
}
});