You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by "yiannis pericleous (JIRA)" <ji...@apache.org> on 2014/02/21 13:16:21 UTC

[jira] [Created] (TAP5-2292) Autocomplete Mixin shows only 5 suggestions

yiannis pericleous created TAP5-2292:
----------------------------------------

             Summary: Autocomplete Mixin shows only 5 suggestions
                 Key: TAP5-2292
                 URL: https://issues.apache.org/jira/browse/TAP5-2292
             Project: Tapestry 5
          Issue Type: Bug
    Affects Versions: 5.4
            Reporter: yiannis pericleous


Typeahead, which is used by the autocomplete mixin by default limits the results shown to 5.

The mixin provides no way of setting the limit parameter in typeahead.

The fix is simple, introduce a 'limit' parameter in the mixin, and in autocomplete.js do something like:

return $field.typeahead({
  minLength: spec.minChars,
  limit: spec.limit,
  remote: {




--
This message was sent by Atlassian JIRA
(v6.1.5#6160)