react-google-places-autocomplete
react-google-places-autocomplete copied to clipboard
Added possibility to pass a function to filter suggestions
In our company we need to pre-filter the suggestions showed obtained from Places API.
So I added the possibility to pass a function which takes this suggestions as a parameter, applies a filter to them, and returns the new array filtered.