Categories | Question details Back To List | ||
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 Answer posted by Alex (support) on Jun 30, 2009 09:01 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: <complete add='true'> 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); |