change: themes.simple.autocompleter.MinChars 4 -> 0

add: settings.server.autocomplete_limit

add settings.server.autocomplete_limit to SCHEMA

add limit to autocomplete.py

change: default value of autocomplete_limit 0-50

fix: pylint C0325 R1719 R1735
This commit is contained in:
capric98 2022-04-12 18:00:06 +08:00 committed by mrpaulblack
parent e22dc2ba36
commit 92c9ee31a0
4 changed files with 38 additions and 2 deletions

View file

@ -68,7 +68,7 @@
"Content-type": "application/x-www-form-urlencoded",
"X-Requested-With": "XMLHttpRequest"
},
MinChars: 4,
MinChars: 0,
Delay: 300,
_Position: function () {},
_Open: function () {