[
https://issues.apache.org/jira/browse/WICKET-3066?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Juergen Donnerstag reassigned WICKET-3066:
------------------------------------------
Assignee: Juergen Donnerstag
> Make showing of empty list in AutoComplete configurable
> -------------------------------------------------------
>
> Key: WICKET-3066
> URL: https://issues.apache.org/jira/browse/WICKET-3066
> Project: Wicket
> Issue Type: Improvement
> Components: wicket-extensions
> Affects Versions: 1.4.10
> Reporter: Frank Klein Koerkamp
> Assignee: Juergen Donnerstag
>
> When no results are coming from backend the Autocomplete is not showing it's
> choices. Code:
> if(elementCount>0){
> if(cfg.preselect==true){
> setSelected(0);
> }
> showAutoComplete();
> } else {
> hideAutoComplete();
> }
> But i am having some subfix on the list and now i want to show 'No results
> found'. But this is not possible because it's not showing the list when no
> results are there.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira