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. netbka
    N
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 2
    • Best 0
    • Groups 0

    netbka

    @netbka

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

    netbka Follow

    Latest posts made by netbka

    • RE: How to use @save event in q-popup-edit

      For me worked the following: I added: v-slot=“scope” to the q-popup-edit

      <q-popup-edit v-model=“initialValue” v-slot=“scope” buttons @save=“save”>

      and then I replaced my v-model inside q-input to this:

      <q-input v-model=“scope.value” >

      posted in Framework
      N
      netbka
    • QUploader with QPopup-edit

      I am using QUploader inside Q-Popup-edit for making “editable” Datatables.
      When the file is added with (+) button the popup is closing. When I am adding the file via Drag&Drop it is not closing, but when I click the “remove” button the QUloader is still closing.
      I tried to use @addes.stop and @added.prevent in the QUploader but received $event.stopPropagation is not a function".
      Any ideas how to prevent QPopup from closing?
      Thank you.

      posted in Help
      N
      netbka