If I have a bare dropdown box, what is the easiest no frills way to add type ahead?
There is nothing complicated or dynamic about the box itself, it just has a lot of options (here, US States).
Essentially I’m wondering if this simple case can be done in a few lines of code if I’m willing to give up on all the other features like AJAX.
This should work:
It’s not as pretty, but I think this is the simplest you can get.