[jQuery] [autocomplete]
[jQuery] [autocomplete]
Great plugin. Very flexible and easy to implement.
I'm not sure if this is a bug or I'm doing something wrong but here
goes.
My list of items are:
Grenada, St Georges
France, Nuits Saint-Georges
Canada, Georgetown
Georgia, Tbilisi
is set to default and the cacheLength is at default too.
Now, I am trying to find the "Canada, Georgetown" entry.
so I start typing "geo" and it shows me that whole list.
when I pause and type "r", it shows me "Georgia, Tbilisi" and not the
rest
when I just type "geor", it will show me the whole list
basically, what's happening is if I wait for the delay to finish, it
goes and does the ajax call and it will show me all the results.
if I pause and wait for the delay to expire then continue typing, it
will only show me results that match my keyword at the beginning only.
any ideas?
Thanks