dhtmlxcombo <ith IE7

Hello with IE7 I can’t select the last item of the options



with FF it works with the same code



I fill the option list <ith a php script and I am in autocomplete mode


Hello


do you use the 4th parameter of the enableFIlteringMode ?


In this case please check that the server-side script generates xml with add attribute for a new postion of options:





Details can be found in the documentation dhtmlxCombo/doc/guide.html#combo_filtering


Or just remove 4th parameter from enableFIlteringMode call:


combo.enableFIlteringMode(true,path_to_script,true,false);