|
|
@ -85,7 +85,7 @@ BI.SelectTextTrigger = BI.inherit(BI.Trigger, { |
|
|
|
|
|
|
|
|
|
|
|
setValue: function (val) { |
|
|
|
setValue: function (val) { |
|
|
|
var formatText = this._digest(val, this.options.items); |
|
|
|
var formatText = this._digest(val, this.options.items); |
|
|
|
this.setText(formatText); |
|
|
|
this.trigger.setText(formatText); |
|
|
|
}, |
|
|
|
}, |
|
|
|
|
|
|
|
|
|
|
|
setTipType: function (v) { |
|
|
|
setTipType: function (v) { |
|
|
|