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