We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fea55ca commit 1023b7fCopy full SHA for 1023b7f
README.md
@@ -96,6 +96,7 @@ const YourComponent = () => {
96
| apiKey | string | Yes | - | Your Google Places API key |
97
| value | string | No | '' | Initial input value |
98
| placeHolderText | string | No | - | Placeholder text for input |
99
+| proxyUrl | string | No | - | Custom proxy URL for Places API requests |
100
| languageCode | string | No | - | Language code (e.g., 'en', 'fr') |
101
| includedRegionCodes | string[] | No | - | Array of region codes to filter results |
102
| types | string[] | No | [] | Array of place types to filter |
0 commit comments