I want to auto complete with a list I've defined as i start typing. I figured out how to pull and search the list easy enough but getting the user to select the choices provided (iPhone only) is giving me hell.
I tried using datalists but that was a dead end and i'm about to just program it from scratch...
Before I do, I'm wondering if there's something out there that will work for this or if i need to do it all myself. I really like this idea from this post but for a from input.
I could implement the above using a new div to overlay the screen and move the text input to the top when the user types two or more characters and populate a scrollable div with some list items that will redirect back with an onclick.