windy 6 years ago
parent
commit
f851231907
  1. 1
      demo/js/case/combo/demo.search_text_value_combo.js
  2. 1
      dist/demo.js

1
demo/js/case/combo/demo.search_text_value_combo.js

@ -60,6 +60,7 @@ Demo.SearchTextValueCombo = BI.inherit(BI.Widget, {
}]
}, {
type: "bi.button",
text: "setValue(3)",
width: 90,
height: 25,
handler: function () {

1
dist/demo.js vendored

@ -2017,6 +2017,7 @@ Demo.SearchTextValueCombo = BI.inherit(BI.Widget, {
}]
}, {
type: "bi.button",
text: "setValue(3)",
width: 90,
height: 25,
handler: function () {

Loading…
Cancel
Save