Skip to content

Commit 55de14c

Browse files
committed
Made correction to docs, as pointed out by alexis.
1 parent eac0ebc commit 55de14c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/subs/autocomplete_options.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ <h3 id="siteSub">From jQuery JavaScript Library</h3>
328328
<tr class="option"><th>max</th><td class="type">Number</td><td class="default"><b>Default:</b> <span>10</span></td></tr><tr><td colspan="3" class="desc">Limit the number of items in the select box. Is also sent as a "limit" parameter with a remote request.</td></tr>
329329
<tr class="option"><th>minChars</th><td class="type">Number</td><td class="default"><b>Default:</b> <span>1</span></td></tr><tr><td colspan="3" class="desc">The minimum number of characters a user has to type before the autocompleter activates.</td></tr>
330330
<tr class="option"><th>multiple</th><td class="type">Boolean</td><td class="default"><b>Default:</b> <span>false</span></td></tr><tr><td colspan="3" class="desc">Whether to allow more than one autocompleted-value to enter.</td></tr>
331-
<tr class="option"><th>multipleSeparator</th><td class="type">String</td><td class="default"><b>Default:</b> <span>", "</span></td></tr><tr><td colspan="3" class="desc">Seperator to put between values when using multiple option.</td></tr>
331+
<tr class="option"><th>multipleSeparator</th><td class="type">String</td><td class="default"><b>Default:</b> <span>" " <em>(space)</em></span></td></tr><tr><td colspan="3" class="desc">Seperator to put between values when using multiple option.</td></tr>
332332
<tr class="option"><th>mustMatch</th><td class="type">Boolean</td><td class="default"><b>Default:</b> <span>false</span></td></tr><tr><td colspan="3" class="desc">If set to true, the autocompleter will only allow results that are presented by the backend. Note that illegal values result in an empty input box.</td></tr>
333333
<tr class="option"><th>scroll</th><td class="type">Boolean</td><td class="default"><b>Default:</b> <span>true </span></td></tr><tr><td colspan="3" class="desc">Whether to scroll when more results than configured via scrollHeight are available.</td></tr>
334334
<tr class="option"><th>scrollHeight</th><td class="type">Number</td><td class="default"><b>Default:</b> <span>180</span></td></tr><tr><td colspan="3" class="desc">height of scrolled autocomplete control in pixels</td></tr>

0 commit comments

Comments
 (0)