Skip to main content

Search and Top Navigation

#5447 closed enhancement (worksforme)

Opened March 29, 2010 09:23PM UTC

Closed March 30, 2010 03:59PM UTC

Last modified October 11, 2012 09:15PM UTC

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


Attachments (0)
Change History (3)

Changed March 29, 2010 09:24PM UTC by Saare comment:1

of course, with line breaks between the group title and each result in the 2nd example.

Changed March 30, 2010 03:59PM UTC by scottgonzalez comment:2

resolution: → worksforme
status: newclosed

This is not something we will build into the core of the plugin. See the categories demo to see how to accomplish this.

Changed October 11, 2012 09:15PM UTC by scottgonzalez comment:3

milestone: TBD

Milestone TBD deleted