You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by "Jochen Kemnade (JIRA)" <ji...@apache.org> on 2014/04/28 08:37:15 UTC

[jira] [Updated] (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 ]

Jochen Kemnade updated TAP5-2292:
---------------------------------

    Issue Type: Wish  (was: Bug)

> 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
>              Labels: autocomplete, typeahead
>
> 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)