guy 3 years ago
parent
commit
1438bbf5d8
  1. 2
      src/base/single/single.js

2
src/base/single/single.js

@ -208,7 +208,7 @@ BI.Single = BI.inherit(BI.Widget, {
this.setValue(props.value);
}
if ("text" in props) {
this.setText(props.text);
this.setText && this.setText(props.text);
}
},

Loading…
Cancel
Save