I copied the Google Maps AutoSplete autocompletion example from the demo here:
Places Map AutoFill Demo
Everything works fine except for the display of infowindow and shadow. I canβt understand why. At first I thought it was because I manually set the maximum width of my map, but it still doesn't display correctly when I turn off all my CSS rules.
Any ideas?
Thanks! ~ Dan
@thoughtpunch
If the same problem, debugging revealed a problem with the following CSS fragment:
img { max-width:100% }
Deletion / restriction of the rule is fixed.
Now the rendering is correct! I donβt know what has changed!