Bug Tracker

Ticket #2138 (closed bug: fixed)

Opened 8 months ago

Last modified 8 months ago

Improvin the documentation of the autocomplete plugin

Reported by: ash Assigned to: anonymous
Type: bug Priority: trivial
Milestone: 1.2.2 Component: plugin
Version: 1.2.1 Keywords:
Cc: ash@contact.bg Needs: Review

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.

Attachments

Change History

Changed 8 months ago by joern

  • status changed from new to closed
  • resolution set to fixed

Fixed in [4452].

Note: See TracTickets for help on using tickets.