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. Tags
    3. dialog
    Log in to post
    • F

      Dialog in BEX Popup
      Help • bex dialog • • FIN4LSHAR3

      2
      0
      Votes
      2
      Posts
      316
      Views

      dobbel

      @fin4lshar3

      You can change the style of of QDialog with the content-class and content-style properties , see:

      https://quasar.dev/vue-components/dialog#QDialog-API

    • Y

      Full-height in maximized dialog doesn't fit the page properly [Solved]
      Help • dialog full-height q-card scroll scroll-area • • yo

      2
      0
      Votes
      2
      Posts
      927
      Views

      Y

      I have found the problem in 5 minutes (after posting)
      “Tourner 7 fois sa langue dans sa bouche avant de parler” 🙄 😅

      I had just to add a <div class=“column full-height”> directly under my q-card :

      <!-- Forked from: https://quasar.dev/vue-components/dialog#Example--Maximized --> <div id="q-app"> <div class="q-pa-md q-gutter-sm"> <q-btn label="Maximized" color="primary" @click="dialog = true"></q-btn> <q-dialog v-model="dialog" persistent :maximized="maximizedToggle" transition-show="slide-up" transition-hide="slide-down" > <q-card class="bg-primary text-black full-height"> <div class="column full-height"> <q-bar> <q-space ></q-space> <q-btn dense flat icon="minimize" @click="maximizedToggle = false" :disable="!maximizedToggle"> <q-tooltip v-if="maximizedToggle" content-class="bg-white text-primary">Minimize</q-tooltip> </q-btn> <q-btn dense flat icon="crop_square" @click="maximizedToggle = true" :disable="maximizedToggle"> <q-tooltip v-if="!maximizedToggle" content-class="bg-white text-primary">Maximize</q-tooltip> </q-btn> <q-btn dense flat icon="close" v-close-popup> <q-tooltip content-class="bg-white text-primary">Close</q-tooltip> </q-btn> </q-bar> <q-card-section class="col bg-white full-height"> <div class="column full-height"> <h2>Super Title</h2> <q-scroll-area class="col" visible > <p v-for="index in 21" :key="index"> Lorem ipsum dolor sit amet consectetur adipisicing elit. Rerum repellendus sit voluptate voluptas eveniet porro. Rerum blanditiis perferendis totam, ea at omnis vel numquam exercitationem aut, natus minima, porro labore. </p> </q-scroll-area> </div> </div> </q-card-section> </q-card> </q-dialog> </div> </div>
    • Jezzta667

      Unit Test a Quasar Dialog
      Framework • dialog jest qdialog test vue-test-utils • • Jezzta667

      4
      0
      Votes
      4
      Posts
      1242
      Views

      G

      could you please tell me how to test the opening and closing of the dialog ?

    • mlars84

      Using both prompt and options in v0.15.3 this.$q.dialog without a custom modal
      Framework • dialog modal options prompt qdialog • • mlars84

      1
      0
      Votes
      1
      Posts
      762
      Views

      No one has replied

    • D

      vee-validate dialog form validation?
      Help • dialog form quasar-dialog validation vee-validate • • Diferno

      5
      0
      Votes
      5
      Posts
      2692
      Views

      J

      Sorry to resurrect this… how were you able to use vuelidate or any sort of error displays using the dialog? I’ve been trying and researching but can’t find anything definitive.

    • Martin

      Dialog.create doesn't show list as defined in form property
      Help • dialog • • Martin

      5
      0
      Votes
      5
      Posts
      1954
      Views

      rstoenescu

      Let me know if you encounter any issues upgrading.