You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by "Thiago H. de Paula Figueiredo (JIRA)" <ji...@apache.org> on 2014/07/01 00:09:24 UTC

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

     [ https://issues.apache.org/jira/browse/TAP5-2292?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Thiago H. de Paula Figueiredo resolved TAP5-2292.
-------------------------------------------------

       Resolution: Fixed
    Fix Version/s: 5.4

Added "maxSuggestions" parameter to the Autocomplete mixin. Default value: 5.

> Autocomplete Mixin shows only 5 suggestions
> -------------------------------------------
>
>                 Key: TAP5-2292
>                 URL: https://issues.apache.org/jira/browse/TAP5-2292
>             Project: Tapestry 5
>          Issue Type: Wish
>    Affects Versions: 5.4
>            Reporter: yiannis pericleous
>            Assignee: Thiago H. de Paula Figueiredo
>              Labels: autocomplete, typeahead
>             Fix For: 5.4
>
>
> 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.2#6252)