Hi Dan, Ok, that's clear.
But how does the search text box for choices operate? When I type a search string it underlines matching options only but doesn't apply a filter on the full list. Is that the expected behavior? Erik ________________________________________ From: Dan Haywood [[email protected]] Sent: Tuesday, July 01, 2014 3:46 PM To: users Subject: Re: Autocomplete doesn't get triggered autocomplete is (currently) only for entities. Options: - keep with string and use List<String> choices11Xxx - if string is derived from an entity (eg its name), then use that entity instead. Dan On 1 July 2014 14:43, Erik de Hair <[email protected]> wrote: > Hi, > > I try to use a autocomplete method for an action param but it doesn't get > triggered. The signature is: > > public List<String> autoComplete11InportMSISDN(String search) > > Any idea? > > Thanks, > Erik >
