I have a Ticket model that has a Requirement foreign key. The problem
is, there could be hundreds of requirements. Offering the user a drop
down combo box of requirements to choose from isn't the best option.
So how would you let the user select one record from a large
selection? What UI widget(s) would you use?

I suppose I could create an auto-complete text box widget that offers
a list of requirements that matches what they typed. But that's a lot
of work for someone who doesn't know Javascript (though I do have
JQuery plugged into my app) and I don't want to spend hours coding it
to find out it's not the best solution. Any suggestions appreciated.

Thanks

--

You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.


Reply via email to