Reputation: 2949
Similar to how it is done on the admin site for creating a new foreignkey object. I think ideally this would be a re-usable widget that can replace the Select or SelectMultiple widgets. I would like to do this with Jquery if possible, but am not sure how to do this exactly. My best guess is that the process would be
Upvotes: 2
Views: 739
Reputation: 5432
I also disliked the select/multiselect widget provided by django by default. It's really simple to have something more usable by just hooking up chosen into your form. It took me a couple of minutes to setup.
Take a look at it: http://harvesthq.github.com/chosen/
Upvotes: 1