[SSE] Search in symbol combobox

This commit is contained in:
Julia Radzhabova 2021-12-20 16:59:41 +03:00
parent b8962989af
commit b062b933d8

View file

@ -222,7 +222,8 @@ define([
editable: false,
data: [],
scrollAlwaysVisible: true,
takeFocusOnClose: true
takeFocusOnClose: true,
search: true
});
this.cmbSymbols.on('selected', _.bind(this.onSymbolsSelect, this));