I use dhtmlx combobox
My problems
Dung
Đang
Dang
Press : I can’t press and select item Đang
Please help me.
I use dhtmlx combobox
My problems
Dung
Đang
Dang
Press : I can’t press and select item Đang
Please help me.
Probably you are using enableFilteringMode with 4th parameter enabled and the xml is not returned in a correct format.
Try to not enable the 4th parameter:
combo.enableFilteringMode(true,url,true);
I using
var z=dhtmlXComboFromSelect(“issueorganizationid”);
z.enableFilteringMode(true);
Data:
Dung
Đang
Dinh
Ông
Ong
I can’t press and select Ông or Đang
We have not reproduced the problem locally. Please attach the complete demo:
So, you want to disable autocomplete, don’t you ?
Please have a look at the related post:
I use dhtmlx 3.0
I can’t find
if (text!=data[1]){
this.setComboText(data[1]);
dhtmlXRange(this.DOMelem_input,text.length+1,data[1].length);
}
It is line 898 in dhtmlxCombo/sources/dhtmlxcombo.js
Thanks for your help .