#5447 closed enhancement (worksforme)
Close button, title and arrangement by groups in autocomplete
Reported by: | Saare | Owned by: | |
---|---|---|---|
Priority: | trivial | Milestone: | |
Component: | ui.autocomplete | Version: | 1.8 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
There are 3 new features that could be nice in the autocomplete plugin:
- A close button / link to close the menu inside of it.
- A title or heading to the menu.
- A possibility to arrange the results by group, e.g. something as:
{ 'group1': ['result1', 'result2', 'result3'], 'group2': ['result4', 'result5'] }
will display something like:
group1 result1 result2 result3 group2 result4 result5
Change History (3)
comment:1 Changed 13 years ago by
comment:2 Changed 13 years ago by
Resolution: | → worksforme |
---|---|
Status: | new → closed |
This is not something we will build into the core of the plugin. See the categories demo to see how to accomplish this.
Note: See
TracTickets for help on using
tickets.
of course, with line breaks between the group title and each result in the 2nd example.