Combobox autocomplete Unicode

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:

docs.dhtmlx.com/doku.php?id=othe … leted_demo

I finish demo.
Please help me
Tks
ComboboxDemo.rar (35.1 KB)
ComboboxDemo.rar (35.1 KB)

So, you want to disable autocomplete, don’t you ?

Please have a look at the related post:

viewtopic.php?f=4&t=16576#p55540

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 .