Fix issue in IE 8-11 that prevents typing characters that require multiple key presses to produce a single glyph.
This commit is contained in:
parent
512269fa40
commit
d37d6d6cac
2
src/js/select2/dropdown/attachBody.js
vendored
2
src/js/select2/dropdown/attachBody.js
vendored
@ -177,8 +177,6 @@ define([
|
||||
};
|
||||
|
||||
AttachBody.prototype._resizeDropdown = function () {
|
||||
this.$dropdownContainer.width();
|
||||
|
||||
var css = {
|
||||
width: this.$container.outerWidth(false) + 'px'
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user