ErrorPro / react-google-autocomplete

React components for google places API.
MIT License
462 stars 114 forks source link

Type (inside options) is not working for ALL. Its work for city and region but not for ALL #214

Closed nevilsanchpara closed 1 year ago

nevilsanchpara commented 1 year ago

types: ["ALL"] is not accepting

bengalley-e2x commented 1 year ago

@nevpatel I found passing types: [] worked to get the behaviour for ALL for me