My input field has a special functionality - Pressing the down arrow key will shift focus from the input to the first element in the list of divs below it, moving downwards as you continue pressing the down key. Pressing enter will set the text in that div as the input value. The same goes for the up arrow key, but in reverse - shifting focus to the last element in the list and moving upwards with each press of the up key.
Experience this feature in action on my fiddle: Example