* commit '367aa61c8d95b41539b2f3780bf798dae4084a9a': static_combo
@ -68130,7 +68130,8 @@ BI.StaticCombo = BI.inherit(BI.Widget, {
type: "bi.select_text_trigger",
items: o.items,
height: o.height,
text: o.text
text: o.text,
readonly: true
});
this.popup = BI.createWidget({
type: "bi.text_value_combo_popup",
@ -76482,7 +76483,9 @@ BI.SelectTextTrigger = BI.inherit(BI.Trigger, {
},
setValue: function (vals) {
if (!this.isReadOnly()) {
this.trigger.setText(this._digest(vals, this.options.items));
}
populate: function (items) {
@ -5615,7 +5615,8 @@ BI.StaticCombo = BI.inherit(BI.Widget, {
@ -13967,7 +13968,9 @@ BI.SelectTextTrigger = BI.inherit(BI.Trigger, {
@ -69884,7 +69884,8 @@ BI.StaticCombo = BI.inherit(BI.Widget, {
@ -78236,7 +78237,9 @@ BI.SelectTextTrigger = BI.inherit(BI.Trigger, {
@ -23,7 +23,8 @@ BI.StaticCombo = BI.inherit(BI.Widget, {
@ -45,7 +45,9 @@ BI.SelectTextTrigger = BI.inherit(BI.Trigger, {