Combobox - auto-insert text

Hi,
I use combobox

var z = new dhtmlXCombo("supplier_id", "supplier_id", 350);
z.enableFilteringMode('between', "?action=get_supplier", true, false);
z.setOptionHeight(340); 

And, when I insert a part of word - combobox do autoinsert first filtering element.
How I torn off autoinsert of word?

Hi
What version on combo do you use? There is no problems with ‘between’ in 3.5.

Yes work! Thanks!

You are welcome!