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

    autocomplete: id behind value

    Framework
    2
    2
    1431
    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
      alexe2baranov last edited by

      hello!

      i’ m moving my project from jquery-ui to vue and Quasar and can’t find equal functionality between autocompletes.

      In jquery-ui autocomplete i could fetch [{id, value}, {id, value}] pairs from server, show text value to user. When user select some autocomplete option select event fired and i could get that hidden id and perform some operation. In quasar i can’t find select event and can’t understand how to get hidden metadata like option identificator when user select some option

      1 Reply Last reply Reply Quote 0
      • rstoenescu
        rstoenescu Admin last edited by

        @alexe2baranov Hi! Next Quasar (v0.13) to be released next week will have this @select event that you can hook into. It receives the whole object containing the selected item as param.

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