________________________________________
js 中添加editable属性 $('#comb').combobox({
editable:false }) 或:
<input id="cc" class="easyui-combobox" data-options="editable:false,valueField:'id',textField:'text',url:'get_data.ashx'" />
...
2021-11-27 18:50:17
________________________________________
js 中添加editable属性 $('#comb').combobox({
editable:false }) 或:
<input id="cc" class="easyui-combobox" data-options="editable:false,valueField:'id',textField:'text',url:'get_data.ashx'" />
...