You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Gabriel Erzse (JIRA)" <ji...@apache.org> on 2008/04/23 16:45:25 UTC

[jira] Created: (WICKET-1562) Autocomplete should display the selection list even if the input field is empty

Autocomplete should display the selection list even if the input field is empty
-------------------------------------------------------------------------------

                 Key: WICKET-1562
                 URL: https://issues.apache.org/jira/browse/WICKET-1562
             Project: Wicket
          Issue Type: Wish
          Components: wicket-extensions
            Reporter: Gabriel Erzse


If you use autocomplete on a text field, when the input field is empty, the selection list is never displayed. However one could send a non-empty list of values when the input field is empty. For example one could send the complete list with all possible values. Later, as the user starts typing in the field, the list would get narrowed down.

So it would be nice if the selection list is displayed even if the input field is empty.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (WICKET-1562) Autocomplete should display the selection list even if the input field is empty

Posted by "Gerolf Seitz (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-1562?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gerolf Seitz resolved WICKET-1562.
----------------------------------

       Resolution: Fixed
    Fix Version/s: 1.4-M2
                   1.3.4

fixed. use an AutoCompleteTextField constructor with an AutoCompleteSettings parameter

> Autocomplete should display the selection list even if the input field is empty
> -------------------------------------------------------------------------------
>
>                 Key: WICKET-1562
>                 URL: https://issues.apache.org/jira/browse/WICKET-1562
>             Project: Wicket
>          Issue Type: Wish
>          Components: wicket-extensions
>            Reporter: Gabriel Erzse
>            Assignee: Gerolf Seitz
>             Fix For: 1.3.4, 1.4-M2
>
>
> If you use autocomplete on a text field, when the input field is empty, the selection list is never displayed. However one could send a non-empty list of values when the input field is empty. For example one could send the complete list with all possible values. Later, as the user starts typing in the field, the list would get narrowed down.
> So it would be nice if the selection list is displayed even if the input field is empty.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Assigned: (WICKET-1562) Autocomplete should display the selection list even if the input field is empty

Posted by "Igor Vaynberg (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-1562?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Igor Vaynberg reassigned WICKET-1562:
-------------------------------------

    Assignee: Gerolf Seitz

> Autocomplete should display the selection list even if the input field is empty
> -------------------------------------------------------------------------------
>
>                 Key: WICKET-1562
>                 URL: https://issues.apache.org/jira/browse/WICKET-1562
>             Project: Wicket
>          Issue Type: Wish
>          Components: wicket-extensions
>            Reporter: Gabriel Erzse
>            Assignee: Gerolf Seitz
>
> If you use autocomplete on a text field, when the input field is empty, the selection list is never displayed. However one could send a non-empty list of values when the input field is empty. For example one could send the complete list with all possible values. Later, as the user starts typing in the field, the list would get narrowed down.
> So it would be nice if the selection list is displayed even if the input field is empty.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.