diff --git a/src/js/select2/selection/search.js b/src/js/select2/selection/search.js index 3ff96f94db..9b9691a5ad 100644 --- a/src/js/select2/selection/search.js +++ b/src/js/select2/selection/search.js @@ -178,7 +178,7 @@ define([ var isTagInput = this.$element.find('[data-select2-tag]').length; if (isTagInput) { // fix IE11 bug where tag input lost focus - this.$element.focus(); + this.$element[0].focus(); } else { this.$search.focus(); }