提交 9288e575 编写于 作者: I isidor

selectBox: fire onDidSelect event everytime a selection changes

上级 35abbdf9
......@@ -85,6 +85,7 @@ export class SelectBox extends Widget {
if (this.selected >= 0) {
this.select.selectedIndex = this.selected;
this.select.title = this.options[this.selected];
this._onDidSelect.fire(this.options[this.selected]);
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册