combo in forum filter issue

Hey all!
I have the following headache.

{type: "combo", name:"gGroup", filtering:"true", label: "Под-група :", connector: "codebase/select_gGroup.php"},]},

Everything is cool … but, when i load the form (am using myform.clear():wink: i get the first value as selected in my combo. So if i want to see what other values are in the box i have to delete that value cuz am using filter … Any ideas how to force uncle combobox not to piss me off? :imp:

~Cheers

Hi,

if you want to clear selection in combo, you may call setComboValue("") for the combo:

var combo = yourForm.getCombo(“gGroup”);
combo.setComboValue("");