* The list that is generated and appended to the `#sugs` div has no limit to size. It might be better to set a max-height and overflow-y: scroll on it. * There should be some better key handling for Enter, Up, Down, and Escape. (However, in a mobile context, this is likely N/A).