On Drupal 10.x the module doesen't work due to missing of $(...).once
Here the console error:
Uncaught TypeError: $(...).once is not a function
at Object.attach (address-autocomplete.js?rt26cf:30:10)
at drupal.js?v=10.0.7:166:24
at Array.forEach ()
at Drupal.attachBehaviors (drupal.js?v=10.0.7:162:34)
at drupal.init.js?v=10.0.7:32:12
at HTMLDocument.listener (drupal.init.js?v=10.0.7:20:7)
a
Install the module on drupal 10.x
Remove jQuery dependency from the once feature
Fixed
1.1
Code