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

    Modal behavior like Dialog

    Framework
    2
    3
    1364
    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.
    • N
      n.taddei last edited by

      I need a custom Modal that behaves like Dialog: it has a determined width but not the height, so it raise until a specified max-height and then begin to scroll. I think that modal-layout is pretty rigidous and often cause wide blank spaces in some screen sizes.

      Is it possible @rstoenescu ?

      Thanks in advance,
      Niccolò

      1 Reply Last reply Reply Quote 0
      • S
        spectrolite last edited by

        It seems I had a similar conversation on gitter recently.
        The gist of it was: QDialog is really a QModal with special constraints and setup, cf source code: https://github.com/quasarframework/quasar/blob/dev/src/components/dialog/Dialog.vue
        Just saying…

        1 Reply Last reply Reply Quote 3
        • N
          n.taddei last edited by

          @spectrolite Yes, you’re right! Maybe I’ll take a look to Dialog. Thank you!

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