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
    1. Home
    2. Tags
    3. autocomplete
    Log in to post
    • R

      Google auto populate address without map
      Framework • autocomplete autopopulate google api google maps withoutmap • • Rohit

      14
      0
      Votes
      14
      Posts
      4037
      Views

      N

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

    • P

      Make autocomplete work with (fuzzysearch) custom filter
      Help • autocomplete custom filter fuzzy • • polger

      2
      0
      Votes
      2
      Posts
      1399
      Views

      P

      “Object(…) is not a function” error was due to incorrectly importing fuzzysearch as named import instead of default import.

      If you follow the showcase code, you should NOT import quasar’s filter function. Search function has to include “done(this.myFilter)” instead of “done(filter)”

    • G

      Autocomplete Popover Issue
      Help • autocomplete issue popover • • guidoec

      17
      0
      Votes
      17
      Posts
      5731
      Views

      s.molinari

      Great! Thanks for the contribution! 👍

      Scott