Opened 9 years ago

Last modified 20 months ago

#24179 closed New feature

FilteredSelectMultiple widget - add filter field to the right column. — at Version 1

Reported by: gdmka Owned by: nobody
Component: contrib.admin Version: dev
Severity: Normal Keywords: FilteredSelectMultiple, filter_horizontal, UI
Cc: gdmka Triage Stage: Ready for checkin
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: yes

Description (last modified by gdmka)

I found that working with large datasets using filter_horizontal and thus FilteredSelectMultiple widget can be painful if you need to filter out selected entries.

As, the UI is builded dynamically it is pretty easy to achieve the result you see below. I believe this feature is small but important.

http://i.imgur.com/E2qGjLf.png

I have a patch for that, should i attach it to the ticket or i can simply make a Pull request on Github referring this particular ticket?

Change History (1)

comment:1 by gdmka, 9 years ago

Description: modified (diff)
Note: See TracTickets for help on using tickets.
Back to Top