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. Fabian
    F
    • Profile
    • Following 0
    • Followers 0
    • Topics 0
    • Posts 1
    • Best 0
    • Groups 0

    Fabian

    @Fabian

    0
    Reputation
    222
    Profile views
    1
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    Fabian Follow

    Latest posts made by Fabian

    • RE: Chips from data source

      I’m doing something similar. In the autocomplete search() I’m adding to the top of the result list the current search term and on selected() I’m adding to an array that I “v-for” on to display chips. Chips can be made closable with the “closable” attribute. The only thing I’m missing is when the chip’s @close event is called, I want to remove the chip from the array. Except the @close event doesn’t send anything that would enable me to find the chip that the user wants to close.
      Edit: OK found how to get @close to work: pass the chip as a parameter to my method call.

      posted in Help
      F
      Fabian