Autofill address using standard Input element

I am able to autofill address information as the user types it using the Searchbox element (Google APIs seem to be setup correctly). I have seen references to also being able to use the standard Input element but I cannot get the Input element to autofill addresses. Is it possible to use the standard Input element to autofill addresses and if so, what could be the issue where the Searchbox works but the Input element doesn’t?

What is the issue of using Searchbox? That is the standard way to “search” an address. :smile: Why do you need to use an input element?

I have a number of forms already using Input elements and I saw references in the forum to Input elements working with address autofill. If there is an easy fix I am overlooking to work with Input elements I thought I would, otherwise I will go through and update all the forms using the Searchbox.

Please share the link to the references.

It may be possible to create a group focus + repeating group + API call to reproduce the search box feature.