I usually hate drop-downs as well, especially long drop-downs like country-fields with more than 130 selectable items. Therefore we mostly use such lists in combination with an AJAX autocomplete and select widget which makes filling in such forms way more convenient. http://code.djangoproject.com/wiki/AJAXWidgetComboBox http://code.djangoproject.com/wiki/YUI-Django-AutoComplete
In addition this could be enhanced with a tagcloud-like weighted presentation of data. Example: http://beta.plazes.com/plazes/ search "where" --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-developers -~----------~----~----~----~------~----~------~--~---
