kadoshms / ionic2-autocomplete

Ionic 2 autocomplete component
MIT License
149 stars 108 forks source link

Better keyboard support #141

Open jdchabonneau opened 6 years ago

jdchabonneau commented 6 years ago

I need the down-arrow key to change the focus from the text-box to the result list, then the up & down arrow keys should change which result is highlighted, and the Return key should select the highlighted item. I could probably do the coding myself, but I have no idea of how to work on an open-source project.

kadoshms commented 6 years ago

Hey, thanks for reaching out. I will totally consider this for the future releases.