You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Martin Grigorov (JIRA)" <ji...@apache.org> on 2013/10/29 15:00:32 UTC

[jira] [Resolved] (WICKET-5368) AutoCompleteTextField can not be rewritten with ajax

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

Martin Grigorov resolved WICKET-5368.
-------------------------------------

    Resolution: Cannot Reproduce

I cannot reproduce the issue.
Here are my steps:
1) enter 'a'
2) select any of the options. The label is updated. The input field as well
3) enter 'w'
4) there are no options to select from
5) enter 'e'
6) select any of the options. The label is updated. The input field as well

Please describe the steps to reproduce and we will reopen the ticket.

> AutoCompleteTextField can not be rewritten with ajax
> ----------------------------------------------------
>
>                 Key: WICKET-5368
>                 URL: https://issues.apache.org/jira/browse/WICKET-5368
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket-extensions
>    Affects Versions: 6.10.0
>            Reporter: Marieke Vandamme
>            Assignee: Martin Grigorov
>         Attachments: myproject.zip
>
>
> Using an AutoCompleteTextField, I want to always show an entry that exists in the textfield. So when the user types something that is not in the list, the model should be empty en the user must see that the value is empty by removing his input from the field. 
> I will attach a quickstart which shows how I did it. 
> Problem is that when adding the component again with ajax, the autocomplete behavior is not working anymore. 
> Thanks for any help ! Kind Regards, Marieke Vandamme



--
This message was sent by Atlassian JIRA
(v6.1#6144)