Hello SmileyChris, On Mon, Oct 23, 2006 at 12:18:24PM -0700, SmileyChris wrote: > On Oct 24, 7:54 am, Baurzhan Ismagulov <[EMAIL PROTECTED]> wrote: > > is there a way to quickly choose an entry in a drop-down list? IIUC, > > this is browser-specific, but perhaps there is some fancy Javascript > > doing that? > > Yep, it's mainly browser-specific here (mostly if you start typing > while you have focus on the box, it'll go to the relevant entry) > However, Javascript can control the selected element of a select box, > so you could write some script. It seems like a lot of effort for > little gain though (but then again, you may have an important case).
Ok, that's what I'd suspected, just wanted to be sure there isn't a ready solution. The case is relatively important since I have to migrate people from a legacy application, and such issues may kill it. The list contains cities, so I'm even thinking about providing three-letter shortcuts in an edit box instead. Thanks, Baurzhan. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users -~----------~----~----~----~------~----~------~--~---