No More Posting New Topics!

If you have a question or an issue, please start a thread in our Github Discussions Forum.
This forum is closed for new threads/ topics.

Navigation

    Quasar Framework

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search

    google places autocomplete w/Q-input

    Framework
    4
    4
    907
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • V
      visiperl last edited by

      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

      1 Reply Last reply Reply Quote 0
      • I
        imagina last edited by

        hi @visiperl . did you solve it somehow? Our temp solution was to create our own q-input but seems crazy just for this. Regards

        1 Reply Last reply Reply Quote 0
        • Shone
          Shone last edited by

          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

          alt text

          1 Reply Last reply Reply Quote 0
          • N
            nulele last edited by

            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;
            }

            1 Reply Last reply Reply Quote 0
            • First post
              Last post