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