Skip to content

Commit

Permalink
Merge pull request #50 from TomClarkson/patch-1
Browse files Browse the repository at this point in the history
Pass in components to google search
  • Loading branch information
EQuimper authored Jul 22, 2024
2 parents b8337b5 + 68707fc commit b43d3d6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/GoogleAutocomplete.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ export const useGoogleAutocomplete = (apiKey: string, opts: Options = {}) => {
lat: opts.lat,
lng: opts.lng,
radius: opts.radius,
components: opts.components,
},
opts.proxyUrl
);
Expand Down

0 comments on commit b43d3d6

Please sign in to comment.