Page 1 of 1

select lists that automatically move selection to keypress

Posted: Tue Mar 04, 2008 6:51 pm
by controlxjp
hi everyone,

this might be very elementary, but i can't seem to find where,

would this be javascript, i think i found a page implementing this but saw no onclick event
for the list element

would anyone mind pointing me in the right direction of this search? thanks

Re: select lists that automatically move selection to keypress

Posted: Thu Mar 06, 2008 10:01 am
by pickle
To the best of my knowledge, this is done automatically by most browsers - just select a random element in the select box & start typing.

If that doesn't work then yes, you'd use Javascript.