|
@@ -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' +
|