google places autocomplete w/Q-input
-
Hi all,
I’ve got the google places autocomplete API sorta working with a q-input field, however, it appears that q-input is doing something after the selection of an item from the dropdown that is causing the selected value to be wiped out. I’ve created a short 15 sec video that demonstrates the problem. The first field is a q-input and the second is a standard input.
Any suggestions on how to correct this:
https://docs.zoho.com/file/76zgib4bca8a681f244cfa38cc2253083ea60
Thanks,
Ken -
hi @visiperl . did you solve it somehow? Our temp solution was to create our own q-input but seems crazy just for this. Regards
-
Could you guys share your code so that we can take a look. I’m using QAutocomplete for this, and it is working fine.
https://quasar-framework.org/components/autocomplete.html -
For anybody has trouble showing the dropdown list on cordova app, the problem for me was the css. I solved with this instruction:
.pac-container {
z-index: 9999 !important;
}