1
0
mirror of synced 2025-02-09 16:49:24 +03:00

Fixed Chrome issue: lost focus after selecting a value

This commit is contained in:
ToreOlavKristiansen 2017-04-11 14:16:44 +02:00 committed by alexweissman
parent 6eee443d67
commit 45ee7340e5

View File

@ -82,6 +82,9 @@ define([
self.$selection.removeAttr('aria-owns');
self.$selection.focus();
window.setTimeout(function () {
self.$selection.focus();
}, 0);
self._detachCloseHandler(container);
});