EasyUI Forum

General Category => EasyUI for jQuery => Topic started by: xiaohuo315 on July 22, 2015, 01:58:21 AM



Title: combobox performance
Post by: xiaohuo315 on July 22, 2015, 01:58:21 AM
when a page contains 10 combobox,this page will render slowly. all these combobox are created from <select> element like this:
Code:
<select id="cc" class="easyui-combobox" name="dept" style="width:200px;">
    <option value="aa">aitem1</option>
    <option>bitem2</option>
    <option>bitem3</option>
    <option>ditem4</option>
    <option>eitem5</option>
</select>