Skip to content

Commit 1023b7f

Browse files
committed
docs: update README.md to include proxyUrl prop for Places API requests
1 parent fea55ca commit 1023b7f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ const YourComponent = () => {
9696
| apiKey | string | Yes | - | Your Google Places API key |
9797
| value | string | No | '' | Initial input value |
9898
| placeHolderText | string | No | - | Placeholder text for input |
99+
| proxyUrl | string | No | - | Custom proxy URL for Places API requests |
99100
| languageCode | string | No | - | Language code (e.g., 'en', 'fr') |
100101
| includedRegionCodes | string[] | No | - | Array of region codes to filter results |
101102
| types | string[] | No | [] | Array of place types to filter |

0 commit comments

Comments
 (0)