We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 937aaa1 commit dcabde4Copy full SHA for dcabde4
1 file changed
select2.js
@@ -1221,6 +1221,9 @@ the specific language governing permissions and limitations under the Apache Lic
1221
dropWidth = $dropdown.outerWidth(false);
1222
enoughRoomOnRight = dropLeft + dropWidth <= viewPortRight;
1223
$dropdown.show();
1224
+
1225
+ // fix so the cursor does not move to the left within the search-textbox in IE
1226
+ this.focusSearch();
1227
}
1228
1229
if (this.opts.dropdownAutoWidth) {
0 commit comments