Ticket #2138 (closed bug: fixed)
Improvin the documentation of the autocomplete plugin
| Reported by: | ash | Owned by: | |
|---|---|---|---|
| Priority: | trivial | Milestone: | 1.2.2 |
| Component: | plugin | Version: | 1.2.1 |
| Keywords: | Cc: | ash@… | |
| Blocking: | Blocked by: |
Description
This line in the documentation
@option Function formatResult Similar to formatResult, but provides the formatting for the value to be put into the input field.
Should be
@option Function formatResult Similar to formatItem, but provides the formatting for the value to be put into the input field.
Only important only if you use caching.
Should be
Important only if you use caching.
Only important if you use caching.
Should be
Important only if you use caching.
replacing the value if more is type or something else is selected
Should be
replacing the value if more is typed or something else is selected
Is also send as a "limit" parameter with
Should be
Is also sent as a "limit" parameter with
Whether to scroll when more results then configured via scrollHeight are available.
Should be
Whether to scroll when more results than configured via scrollHeight are available.
Change History
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.

Fixed in [4452].