My client wants to type instead of select from a list.
But it's not just a free typing but typing the first few letters.
So basically, it's auto-complete function except that the list data is
already in the client as an array in JavaScript.
Is there any plugin for such a function?
If not, how would you implement it?