do you know a jQuery Autocomplete Plugin that has the following features. I have searched SO, but I can't seem to find what I'm looking for. So, here it is:
dropdown filter
not populated on page load
depends on what the user types on the input box
input box
and autosuggested items are on an li
default to a value
dropdown autosuggest
not a dropdown filter
. Because a dropdown filter already has items in it which you could filter by typing. A dropdown autosuggest populates the dropdown based on user input
. I call this a dropdown because the user may not input freetext
This is the closest one I could get for now. http://wharsojo.wordpress.com/2008/02/18/jquery-facebook-autocomplete/ and this is multiple selection in which I only need one. The drop-down box doesn't seem to be configurable as I am planning to add the avatar and location of the user.
i would say, that you can achieve all this by using JQueryUI Autocomplete.
I hope this has helped you in some way.