krasimir / react-place

React geo location component based on Google Maps
http://krasimir.github.io/react-place
MIT License
117 stars 18 forks source link

Hide the country? #6

Open dyyce opened 8 years ago

dyyce commented 8 years ago

Thx for this awesome component!

Just a question, is it possible to hide the country? I mean, if the country is set and you are looking for the cities in this country, it is not always necessary to show the country after the city anymore

krasimir commented 8 years ago

I think you can download the component and add a filter call around these lines https://github.com/krasimir/react-place/blob/master/src/Location.jsx#L74 It's the moment when we get response from google and apply the result to awesomplete.