Auto complete for a select list item
Brought to you by:
patrick_wolf,
praganitsch
What users generally expect is that, in a select list like this:
Andrew
Jane
John
Oliver
typing 'JA' will give you 'Jane' (in fact it gives you Andrew) and typing 'JO' will give you 'John', whereas it (in IE at least) gives you Oliver.
On http://forums.oracle.com/forums/thread.jspa?messageID=2061253�
there is a nice solution how this can be solved with JavaScript.
Logged In: YES
user_id=1449836
Originator: YES
See also http://thepeninsulasedge.com/frank_nimphius/2007/09/14/adf-faces-how-to-smart-filter-the-afselectonechoice-with-javascript/