Ticket #244 (assigned enhancement)
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: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
Note: See
TracTickets for help on using
tickets.
Additional improvements: allow specifying a function instead of a uri template for rendering values in the list or in the input box.