The Auto Suggestion Search Field Module is a Google-style UI component that uses a remote API query to automatically populate suggested items using direct user input.
Module files:
setup.js : The object literal declaration and bindings that configure the automatically accessible UI component.
The packaged file for this demo can be downloaded from WhatSock.com under Downloads.
Auto Suggestion Search Field Demo
Instructions:
Start typing in the "Search for Country" field.
Using the mouse, click a suggested item to add it to the search field.
Using the keyboard, press Alt+Downarrow or Tab to set focus in the listbox.
Use the Up and Down arrow keys to browse suggested items.
Press Enter or Alt+Uparrow to choose a suggested item.
Press Escape to close the listbox and return focus to the edit field.