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

On Focus Default Item Should Be Display #56

Closed pankajchandorkar closed 2 years ago

pankajchandorkar commented 2 years ago

I want to show default item list on focus. Is it possible ?

sickdyd commented 2 years ago

@pankajchandorkar I added the feature in version 7.1.0, to enable it you will need to pass this prop as true:

showItemsOnFocus={true}