feat: add Google Place Autocomplete for address fields (#13450)

resolve #13253
This PR enables the use of Google Place Autocomplete and Place Details
APIs in the backend. It allows users to automatically fill in address
fields by typing into the address1 input. The input is debounced, then
the Autocomplete API is called. Once the user selects an address, the
Place Details API is used to parse and fill in the individual address
fields.


https://github.com/user-attachments/assets/e04b8474-25b8-48f5-83d0-2074f8d5fc94

---------

Co-authored-by: Félix Malfait <felix.malfait@gmail.com>
Co-authored-by: Félix Malfait <felix@twenty.com>
This commit is contained in:
Naifer
2025-07-29 08:56:08 +01:00
committed by GitHub
parent c186b78f67
commit 4eba13e9fb
28 changed files with 1993 additions and 131 deletions
@@ -0,0 +1 @@
export const TEXT_INPUT_CLICK_OUTSIDE_ID = 'text-input-click-outside-id';