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

    Does Quasar have AutoComplete Component?

    Framework
    2
    3
    754
    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.
    • Ben Hayat
      Ben Hayat last edited by

      Trying to find such component as an input component that we can attach a list of choices to help user during data entry. But I can’t find such component.

      Secondly, in the select component,can we offer a search option like the following image?
      selection.jpg

      metalsadman 1 Reply Last reply Reply Quote 0
      • metalsadman
        metalsadman @Ben Hayat last edited by metalsadman

        @Ben-Hayat some ways, take a look into QSelect filtering using use-input https://quasar.dev/vue-components/select#Filtering-and-autocomplete and use slots to customize the options https://quasar.dev/vue-components/select#Customizing-menu-options, you can also use a QInput with a child QMenu. Quite trivial to implement with the array of quasar components already available IMHO.

        Ben Hayat 1 Reply Last reply Reply Quote 0
        • Ben Hayat
          Ben Hayat @metalsadman last edited by

          @metalsadman
          Thanks!

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