[
https://issues.apache.org/jira/browse/ISIS-444?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Dan Haywood closed ISIS-444.
----------------------------
> Autocomplete should allow minimum characters to be specified; choices should
> require no characters to be specified.
> -------------------------------------------------------------------------------------------------------------------
>
> Key: ISIS-444
> URL: https://issues.apache.org/jira/browse/ISIS-444
> Project: Isis
> Issue Type: Improvement
> Components: Archetype: ToDoApp WRJ, Core, Examples, Viewer: Wicket
> Affects Versions: archetype-wrj-1.0.3, viewer-wicket-1.2.0, core-1.2.0
> Reporter: Dan Haywood
> Assignee: Dan Haywood
> Fix For: archetype-quickstart-wrj-1.3.0, viewer-wicket-1.3.0,
> core-1.3.0
>
>
> Introduce @MinLength annotation to add on autoComplete action, eg:
> public Foo someProperty() { ... }
> public List<Foo> autoCompleteSomeProperty(@MinLength(3) String searchArg) {
> ... }
> or
> public void someAction(Foo a, int b) { ... }
> public List<Foo> autoComplete0SomeAction(@MinLength(3) String searchArg) {
> ... }
> The default, if not specified, is to enter a single character.
--
This message was sent by Atlassian JIRA
(v6.1#6144)