Browse Source

HUE-6450 [frontend] Don’t close the main search on enter

Johan Ahlen 8 years ago
parent
commit
5e9f126
1 changed files with 1 additions and 0 deletions
  1. 1 0
      desktop/core/src/desktop/templates/hue.mako

+ 1 - 0
desktop/core/src/desktop/templates/hue.mako

@@ -205,6 +205,7 @@ ${ hueIcons.symbols() }
                 noMatchTemplate: 'top-search-autocomp-no-match',
                 classPrefix: 'nav-',
                 showOnFocus: true,
+                closeOnEnter: false,
                 onSelect: mainSearchSelect,
                 reopenPattern: /.*:$/
               },