Pārlūkot izejas kodu

查找定位。配置autocomplete为off

MaiXinRong 4 gadi atpakaļ
vecāks
revīzija
43cf3d6bb3
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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' +