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

Remove additional search icons from dropdown #119

Closed keaton4422 closed 4 months ago

keaton4422 commented 4 months ago

Is it possible to only have the search-icon on the top of the search, but not in the results? I have been trying to hide the additional search-icons with no luck

keaton4422 commented 4 months ago

I figured it out, in global.css put

.wrapper > div:not(:first-child) .search-icon { display: none; }

adiyat-shihab commented 3 months ago

it's basically work with showIcon={false} props