Procházet zdrojové kódy

查找定位。配置autocomplete为off

MaiXinRong před 4 roky
rodič
revize
43cf3d6bb3
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      app/public/js/shares/cs_tools.js

+ 1 - 1
app/public/js/shares/cs_tools.js

@@ -502,7 +502,7 @@ const showSelectTab = function(select, spread, afterShow) {
             '                                <div class="input-group-prepend">\n' +
             filter.join('') +
             '                                </div>' +
-            '                                <input id="searchKeyword" type="text" class="form-control" placeholder="可查找 ' + setting.searchRangeStr + '" aria-label="Recipient\'s username" aria-describedby="button-addon2">\n' +
+            '                                <input id="searchKeyword" type="text" class="form-control" autocomplete="off" placeholder="可查找 ' + setting.searchRangeStr + '" aria-label="Recipient\'s username" aria-describedby="button-addon2">\n' +
             '                                <div class="input-group-append">\n' +
             '                                    <button class="btn btn-outline-secondary" type="button"">搜索</button>\n' +
             '                                </div>\n' +