vue-google-autocomplete icon indicating copy to clipboard operation
vue-google-autocomplete copied to clipboard

MODAL ISSUES

Open seyidaniels opened this issue 6 years ago • 2 comments

When trying to use auto-complete on modal, cant find the suggested locations

seyidaniels avatar Oct 08 '19 00:10 seyidaniels

We had similar issue when we used it with Foundation Reveal. Turns out it's because the auto-complete is using position: absolute while Foundation Reveal has position: fixed. Changing the pac-container to position fixed help fixing it :)

poporetto avatar Nov 25 '19 01:11 poporetto

Add this style .pac-container { z-index: 10000 !important; }

hishank avatar May 15 '20 15:05 hishank