* commit '3d3973ee8c0ebc13ab283f04fb37707e13a7722e': 同步
@ -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 + ""));
}
},