You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 3, 2026. It is now read-only.
Styling is so difficult here especially when trying to work with design system components such as Material UI #437 .
Suggested solution
The solution that I suggest is to expose the input and suggestion list in the component rather than wrapping it inside the GeoSuggest component. The react-places-autocomplete does this well but this package is much more complete than the other one which feels abandoned.
Problem
Styling is so difficult here especially when trying to work with design system components such as Material UI #437 .
Suggested solution
The solution that I suggest is to expose the input and suggestion list in the component rather than wrapping it inside the
GeoSuggestcomponent. The react-places-autocomplete does this well but this package is much more complete than the other one which feels abandoned.