Dan Haywood created ISIS-444:
--------------------------------

             Summary: 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: Archetypes, Core, Examples, Viewer: Wicket
    Affects Versions: core-1.2.0, viewer-wicket-1.2.0, archetype-wrj-1.0.3
            Reporter: Dan Haywood
            Assignee: Dan Haywood
             Fix For: archetype-wrj-1.0.4, 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 is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to