瀏覽代碼

AMBARI-20613 - Host Filtering interaction is confusing and cumbersome to perform simple filtering (rzang)

Change-Id: If788d4c536adb58f2449d775b577851a3a5cc9d3
Richard Zang 8 年之前
父節點
當前提交
0345d1bf25
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      ambari-web/vendor/scripts/visualsearch.js

+ 1 - 1
ambari-web/vendor/scripts/visualsearch.js

@@ -613,7 +613,7 @@
                 source    : _.bind(this.autocompleteValues, this),
                 minLength : 0,
                 delay     : this.app.options.delay,
-                autoFocus : true,
+                autoFocus : false,
                 position  : {offset : "0 5"},
                 create    : _.bind(function(e, ui) {
                     $(this.el).find('.ui-autocomplete-input').css('z-index','auto');