I am trying to find a plugin or a solid way to narrow a list of items as a user types.
Essentially there would be a list that is always visible containing product names for users to scroll through. At the bottom would be a form where you can type in the name of a product. As you type the list is narrowed down.
I have been trying to find a way to adapt something like jQuery UI's autocomplete to work in this way but having some trouble.
Anyone created something like this before or have any ideas?