sickdyd / react-search-autocomplete

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

Set result and clear result programmatically #118

Open indriyam opened 4 months ago

indriyam commented 4 months ago

Is there an option available for the followings. If not it is good to have. Please reply

  1. How to set result string to appear programmatically from a external button click.
  2. How to clear the result string programmatically from a external button click.

Thanks in advance,

Toji