Ticket #244 (assigned enhancement)

Opened 4 years ago

Last modified 3 years ago

Autocomplete control improvements

Reported by: karel Owned by: idbr
Priority: minor Milestone: 0.5
Component: modules/kauri-forms Version: trunk
Keywords: Cc:

Description

Currently, the autocomplete control uses a jquery component,
but it doesn't give the developer any control over some useful features of the jquery component (case sensitive matching, subset searching - see revision 1380).

WRT subset searching: this doesn't work with the jquery component if the wirevalues are anything other than strings.

Change History

comment:1 Changed 3 years ago by karel

Additional improvements: allow specifying a function instead of a uri template for rendering values in the list or in the input box.

comment:2 Changed 3 years ago by mpo

Additionally I think acinput role should be replaced by the regular 'input'.

(I forgot the reason for this deviant role name (karel?), and surely hope for #255 to take it away anyway)

comment:3 Changed 3 years ago by mpo

  • Owner changed from karel to idbr
  • Status changed from new to assigned
  • Milestone changed from 0.4 to 0.4.1

comment:4 Changed 3 years ago by jgou

  • Milestone changed from 0.4.1 to 0.5

see what #351 has to offer

comment:5 Changed 3 years ago by idbr

(In [1771]) Added parameters limit and scrollHeight to autocomplete (patch from svr)
See #244

Note: See TracTickets for help on using tickets.