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

    q-dialogue persistent still does not disable background clicks

    Framework
    2
    2
    542
    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.
    • R
      rajkishanav last edited by

      <q-dialog v-model=“otpDialgoue” persistent transition-show=“scale” transition-hide=“scale”>
      <q-card style=“min-width: 400px”>
      <q-card-section>
      <div class=“text-h6”>Enter one time password received in sms</div>
      </q-card-section>

          <q-card-section>
            <q-input dense v-model="otp" autofocus type="tel" >
              <template v-slot:prepend>
                <q-icon name="fas fa-lock"/>
              </template>
            </q-input>
          </q-card-section>
      
          <q-card-actions align="right" class="text-primary">
            <q-btn flat label="Cancel" v-close-popup />
            <q-btn flat label="Confirm" v-close-popup />
          </q-card-actions>
        </q-card>
      </q-dialog>
      1 Reply Last reply Reply Quote 0
      • metalsadman
        metalsadman last edited by

        @rajkishanav make a reproduction codepen pls, the one in docs example works https://quasar.dev/vue-components/dialog#Example--Persistent.

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