Fixes IE11 issue with select loosing focus having selected an item.
This commit is contained in:
parent
d9b8624682
commit
6eee443d67
2
src/js/select2/selection/search.js
vendored
2
src/js/select2/selection/search.js
vendored
@ -175,7 +175,7 @@ define([
|
|||||||
|
|
||||||
this.resizeSearch();
|
this.resizeSearch();
|
||||||
if (searchHadFocus) {
|
if (searchHadFocus) {
|
||||||
this.$search.focus();
|
this.$element.focus();
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user