Uploaded image for project: 'Causeway'
  1. Causeway
  2. CAUSEWAY-444

Autocomplete should allow minimum characters to be specified; choices should require no characters to be specified.

    XMLWordPrintableJSON

Details

    Description

      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.

      Attachments

        Activity

          People

            danhaywood Daniel Keir Haywood
            danhaywood Daniel Keir Haywood
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: