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