xkjyeah / vue-google-maps

Google maps component for vue with 2-way data binding
https://xkjyeah.github.io/vue-google-maps/
1.88k stars 474 forks source link

autocomplete dropdown issue #789

Open laravelvuedev opened 2 years ago

laravelvuedev commented 2 years ago

The issue i am facing is with autocomplete dropdown it sometimes work perfectly fine and sometime don't, without giving any error in the console <GmapAutocomplete @place_changed="setPlace" /> i tried to add an alert on my setPlace method to see if the event is fired the problem is it sometimes works and shows the autocomplete dropdown and sometime don't can you please help, thank

laravelvuedev commented 2 years ago

image Also there are no errors in console, one more issue i am facing is that when i call a component inside another vue component autocomplete address field isn't working at that point either, can you tell me what might be the issue i am facing, thanks.

Atidhaya commented 2 years ago

I also have the same problem. The autocomplte dones't work when using autocomplete inside the dialog while having another autocomplete on the page.

The autocomplete on dialog won't have their supposedly dropdown data display while typing to search, the autocomplete on page works fine.

Screen Shot 2565-07-18 at 08 35 00

The error below occurs when press enter for autocomplete on dialog

Screen Shot 2565-07-18 at 08 33 03 Screen Shot 2565-07-18 at 08 33 55