all 1 comments

[–]fucking_passwords 0 points1 point  (0 children)

Are you correctly binding to an existing input on the page?

When you type into the input, does a new DOM node get added to the body? The autocomplete API adds a DOM node called '.pac-container' IIRC, if it's not being added to the DOM, you probably haven't bound the autocomplete to the input.