@ -39,6 +39,8 @@ BI.IconTextValueComboPopup = BI.inherit(BI.Pane, {
}
});
this.check();
BI.createWidget({
type: "bi.vertical",
element: this,
@ -45,6 +45,10 @@ BI.SearchTextValueComboPopup = BI.inherit(BI.Pane, {
};
},
mounted: function() {
populate: function (find, match, keyword) {
var items = BI.concat(find, match);
BI.SearchTextValueComboPopup.superclass.populate.apply(this, items);