Django

Code

Ticket #25 (new)

Opened 3 years ago

Last modified 6 months ago

Allow use_filter_interface on non-multiple select boxes

Reported by: adrian Assigned to: nobody
Milestone: post-1.0 Component: django.contrib.admin
Version: Keywords:
Cc: Triage Stage: Accepted
Has patch: 0 Needs documentation: 0
Needs tests: 0 Patch needs improvement: 0

Description

Select boxes are a pain, and slow, to deal with when there are a lot of values to select from. (Example: datelines on news stories). There should be a generator option, use_filter_interface, available on select boxes. It would add an <input type="text"> next to the select box and allow users to filter the select box that way.

This would make data entry quicker, because folks could just paste in the dateline they want, and it'd be selected for them (assuming it's been entered as a dateline in the system).

Attachments

Change History

03/20/06 13:07:25 changed by jacob

  • milestone set to Version 1.1.

05/04/06 23:01:24 changed by adrian

  • priority changed from normal to low.

05/04/06 23:01:30 changed by adrian

  • type changed from defect to enhancement.

01/17/07 16:12:34 changed by

  • milestone changed.

Milestone Version 1.1 deleted

02/10/07 10:14:30 changed by Gary Wilson <gary.wilson@gmail.com>

  • stage changed from Unreviewed to Design decision needed.

Or even a javascript textbox+dropdown that filters entries as you type.

09/14/07 10:41:19 changed by jacob

  • stage changed from Design decision needed to Accepted.

06/16/08 12:11:45 changed by mrts

  • milestone set to post-1.0.

Marking as post-1.0 as this is not essential for 1.0.


Add/Change #25 (Allow use_filter_interface on non-multiple select boxes)




Change Properties
Action