SamSamskies / react-map-gl-geocoder

React wrapper for mapbox-gl-geocoder for use with react-map-gl
MIT License
123 stars 29 forks source link

How to replace left side search icon with my custom icon? #77

Closed debotos closed 4 years ago

debotos commented 4 years ago
Screenshot 2020-09-01 at 9 07 57 PM
SamSamskies commented 4 years ago

Hi @debotos, this component is pretty much just a wrapper around mapbox-gl-geocoder and unfortunately I don't think there's a nice way to do that with the mapbox-gl-geocoder API. As a hack, you could use CSS to absolutely position your icon over the default icon.

debotos commented 4 years ago

Hey @SamSamskies, Thanks.