- Issue created by @rhovland
- Status changed to Needs review
almost 2 years ago 11:32am 14 February 2023 - πΊπΈUnited States chrisolof
Hey guys - I believe we've got this in the latest beta by way of the fix to π Not properly working with Google maps provider Fixed .
See: https://git.drupalcode.org/project/address_autocomplete/-/blob/1.0.0-bet...
Due to the decoupled nature of this functionality this provider bypasses the stock Drupal autocomplete widget in favor of the one provided by the Google Maps API. This is both for ease of use purposes, and also because attempting to implement this API using the Drupal autocomplete widget results in large numbers of expensive (as in money) queries in order to function.
The current implementation utilizes autocomplete session tokens to avoid this, and I believe is then able to lean on the regular Drupal autocomplete functionality.
Unless I'm missing something here, I believe we can close this issue as a duplicate.
- Status changed to Needs work
2 months ago 10:32pm 9 September 2024 - πΊπΈUnited States rhovland Oregon
As part of updating this module in my project I will be required to revisit this. I will evaluate the changes with π Not properly working with Google maps provider Fixed at that time.