使用select2 dropdownAutoWidth时位置错误

时间:2017-07-26 23:55:15

标签: javascript jquery-select2

代码:

this._select = $(select).select2({
    width: '100%',
    dropdownAutoWidth: true,
}).on('select2:select', this._onChange);

事实证明,当下拉列太靠近右边框时,它会被切断,如您所见:

enter image description here

有解决方法/选项吗?我在文档中找不到任何相关内容。

看起来它总是位于选择的左下角,忽略窗口宽度。

谢谢!

0 个答案:

没有答案