Autocomplete within input field
Hi,
I am developing some widget for a travel search site.
I am converting an old version to a new one and want to use jquery. The previous version use YUI.
I want to replicate this behaviour in JQuery.
Start typing new in the from box ( widget on top )
Instead of a regular autocomplete window with a list of data, the first record show directly in the input box and you can chose other by using the up or down key on the keyboard.
Visually a list in a new window is better, but some site don't want the widget data to go outside the widget size.
Thanks
Patrick