@ -128,7 +128,7 @@ BI.SingleSelectSearcher = BI.inherit(BI.Widget, {
if (BI.isUndefined(v)) {
this.editor.setState(BI.Selection.None);
} else {
v = v || "";
v = BI.isNull(v) ? "" : v;
this.editor.setState(o.valueFormatter(v + "") || (v + ""));
}
},