Title: How to set combobox drop list height? Post by: isgbuddy on December 01, 2015, 03:34:34 PM the drop list is too long even little items.
(http://i65.tinypic.com/hs6ikz.jpg) Title: Re: How to set combobox drop list height? Post by: aswzen on December 01, 2015, 07:22:41 PM use panelHeight properti on Combo (because combobox is Dependencies on Combo)
Code: <input class="easyui-combobox" or Code: <input class="easyui-combobox" Title: Re: How to set combobox drop list height? Post by: isgbuddy on December 15, 2015, 01:00:34 AM use panelHeight properti on Combo (because combobox is Dependencies on Combo) I advice easyui default set panelHeight with 'auto' in next version. ::)Code: <input class="easyui-combobox" or Code: <input class="easyui-combobox" |