[SSE] Search in symbol combobox
This commit is contained in:
parent
b8962989af
commit
b062b933d8
|
@ -222,7 +222,8 @@ define([
|
||||||
editable: false,
|
editable: false,
|
||||||
data: [],
|
data: [],
|
||||||
scrollAlwaysVisible: true,
|
scrollAlwaysVisible: true,
|
||||||
takeFocusOnClose: true
|
takeFocusOnClose: true,
|
||||||
|
search: true
|
||||||
});
|
});
|
||||||
this.cmbSymbols.on('selected', _.bind(this.onSymbolsSelect, this));
|
this.cmbSymbols.on('selected', _.bind(this.onSymbolsSelect, this));
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue