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

Any way we can change the icon? #84

Closed deuxailes closed 1 year ago

deuxailes commented 1 year ago

Title

varsha-M-I commented 1 year ago

You should set showIcon={false} then in formatResult you can add your desired Icons. I have created an example please refer this code sandbox example. Hope this will help !!!!

Code sandbox example (https://codesandbox.io/s/vigorous-lake-sq2xvh)

sickdyd commented 1 year ago

Solved by workaround, closing for now. Thanks.