react-google-places-autocomplete icon indicating copy to clipboard operation
react-google-places-autocomplete copied to clipboard

Added possibility to pass a function to filter suggestions

Open JoseMPersichini opened this issue 1 year ago • 1 comments

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.

JoseMPersichini avatar Apr 20 '23 13:04 JoseMPersichini