Bootstrap

easyui combobox 设置滚动条

设置滚动条:

1 panelHeight:200  ;设置固定的高度。

panelHeight:'auto', panelMaxHeight:200.

<input class="easyui-combobox"  name="adminGroupId" id="adminGroupId" data-options="panelHeight:'auto',panelMaxHeight:200">

在我的代码中方法一没有起作用。

;