add a necessary param, fix the retrieve limit
This commit is contained in:
parent
bf27cca03a
commit
6e912adb88
1 changed files with 2 additions and 1 deletions
|
|
@ -12,10 +12,11 @@
|
||||||
|
|
||||||
autocompleteInput.autoSuggest("#{tags_path}", {
|
autocompleteInput.autoSuggest("#{tags_path}", {
|
||||||
selectedItemProp: "name",
|
selectedItemProp: "name",
|
||||||
|
selectedValuesProp: "name",
|
||||||
searchObjProps: "name",
|
searchObjProps: "name",
|
||||||
asHtmlID: "tags",
|
asHtmlID: "tags",
|
||||||
neverSubmit: true,
|
neverSubmit: true,
|
||||||
retriveLimit: 10,
|
retrieveLimit: 10,
|
||||||
minChars: 2,
|
minChars: 2,
|
||||||
keyDelay: 200,
|
keyDelay: 200,
|
||||||
startText: "",
|
startText: "",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue