moroshko / react-autosuggest

WAI-ARIA compliant React autosuggest component
http://react-autosuggest.js.org
MIT License
5.97k stars 587 forks source link

Way to invoke AutoSuggest without the user input #423

Open bhoomit opened 7 years ago

bhoomit commented 7 years ago

Feature Request

I want to invoke AutoSuggest when the user does some action on some other control (e.g. click a button). Is it possible?

moroshko commented 7 years ago

Could you describe your use case?

rnagavel commented 7 years ago

Hi I also have similar requirement. I have requirement to have autosuggest behave like dropdown too. We are adding a button and placing inside input box. Would like to open suggestions when button is clicked.