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