Hello, Some time between thursday and today the pac-container with the autocomplete search result, changed its position in the markup. Earlier it was inserted right after the input-text-element its monitoring, but now its added just right before the </body>.
Example. Earlier: <body> .... irrelevant markup .... <input type="text" id="autocomplete-id"> <div class="pac-container">...</div> .... more markup .... </body> Today: <body> .... irrelevant markup .... <input type="text" id="autocomplete-id"> .... more markup .... <div class="pac-container">...</div> </body> Has there been any changes and where can i read about those? Thanks! Johannes -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-maps-js-api-v3/-/tfdAXPESEfIJ. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-maps-js-api-v3?hl=en.
