I\'m using the google places autocomplete control, and it creates an element for the drop down with a class pac-container.
pac-container
I\'m using the autocomplete in a
This works for now until Google changes the class name.
autocomplete.addListener('place_changed', function() { $('.pac-container').remove(); });