[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, 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));