I’d love a native “address auto complete entry” component that natively does this (attached screenshot). It would require a BYO API key, but would save me from building out this functionality using API calls and helper tables every time.
Then, it could be used in form containers so I wouldn’t have to rely on custom forms.
6 Likes
Voted. That would be a nice, useful feature 
1 Like
@Robert_Petitto I agree it would be helpful. However, as a workaround I created this in one app:
I added a 2-step workflow which:
- takes the user input and converts it to a full address using AI.
- Then I take that input and run in through the Google Maps Complete Address integration to get a full, reliable address.
For me, in this case at least, it solved formatting and usability issues for the address. Nonetheless, this takes longer than your suggestion, so that would still be helpful.