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

    How to only allow entries from autocomplete as chips?

    Framework
    1
    1
    329
    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.
    • A
      Alinex last edited by

            <q-chips-input v-model="roles_chips" placeholder="Type some characters to search" 
              @duplicate="duplicate">
              <q-autocomplete @search="search" :debounce="100" />
            </q-chips-input> 
      

      How can I prevent the user to add something which is not in the autocomplete search list?

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