The demo (for example, the basic example) doesn't seem to be able to use arrow keys to select the suggestions. They are div tags. On the other hand, the search suggestions, however, can. And they are li tags. As I think it's a basic function, I wonder if this is intentional or not. And why not using the li tags for search results as well? You can always use div in li, right?
In my case, I want to have a richer suggestions. That is, it looks like the search result, but they are just suggestions. Is that possible?