Update base.js
This commit is contained in:
parent
db30f66afc
commit
933189b92e
4
src/js/select2/selection/base.js
vendored
4
src/js/select2/selection/base.js
vendored
@ -81,7 +81,9 @@ define([
|
|||||||
self.$selection.removeAttr('aria-activedescendant');
|
self.$selection.removeAttr('aria-activedescendant');
|
||||||
self.$selection.removeAttr('aria-owns');
|
self.$selection.removeAttr('aria-owns');
|
||||||
|
|
||||||
self.$selection.focus();
|
window.setTimeout(function () {
|
||||||
|
self.$selection.focus();
|
||||||
|
}, 0);
|
||||||
|
|
||||||
self._detachCloseHandler(container);
|
self._detachCloseHandler(container);
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user