1. 程式人生 > >EasyUI下拉列表中實現輸入框不可手動輸入

EasyUI下拉列表中實現輸入框不可手動輸入

<input type="text" id="tfi_type" class="easyui-combobox" data-options="prompt:'請選擇資料型別'" editable="false"/>

如上,新增 editable="false"即可