From b062b933d89e9d79f263cd3eedf5170b616ba182 Mon Sep 17 00:00:00 2001 From: Julia Radzhabova Date: Mon, 20 Dec 2021 16:59:41 +0300 Subject: [PATCH] [SSE] Search in symbol combobox --- apps/spreadsheeteditor/main/app/view/FormatSettingsDialog.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/spreadsheeteditor/main/app/view/FormatSettingsDialog.js b/apps/spreadsheeteditor/main/app/view/FormatSettingsDialog.js index 53a679d4ee..eb2e028bdc 100644 --- a/apps/spreadsheeteditor/main/app/view/FormatSettingsDialog.js +++ b/apps/spreadsheeteditor/main/app/view/FormatSettingsDialog.js @@ -222,7 +222,8 @@ define([ editable: false, data: [], scrollAlwaysVisible: true, - takeFocusOnClose: true + takeFocusOnClose: true, + search: true }); this.cmbSymbols.on('selected', _.bind(this.onSymbolsSelect, this));