sickdyd / react-search-autocomplete

A search box that filters the provided array of objects
https://sickdyd.github.io/react-search-autocomplete
MIT License
218 stars 82 forks source link

How to add Arrow key navigation to navigate to the results. #26

Closed vividrizwan closed 2 years ago

vividrizwan commented 3 years ago

How to add Arrow key navigation to navigate to the results.

clasnake commented 3 years ago

+1 same question here.

sickdyd commented 2 years ago

@vividrizwan @clasnake Hello! I have not yet implemented this feature, so for now it's not possible to navigate with arrow keys.

I will add it to the list of features to implement.

Thanks for your feedback.

sickdyd commented 2 years ago

FYI: there's an open PR for this: https://github.com/sickdyd/react-search-autocomplete/pull/34

Raza410 commented 2 years ago

Is this feature available now?

sickdyd commented 2 years ago

@vividrizwan @Raza410 RSA v6.1.1 supports key navigation!