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

    [SUGGESTION] main component, option to attach class on adjacent dependent elements

    Framework
    2
    2
    854
    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.
    • K
      kayumanggi last edited by kayumanggi

      e.g. q-select when clicked, generates an adjacent q-popover

      <q-select class=“modded-select-style” …>

      <div class=“q-popover animate-scale modded-select-style” …>

      Benefits: able to associate related components/elements

      <style>
      .q-popover.modded-select-style {
      overflow-y: auto;
      }
      .q-popover.modded-select-style .item {
      display: inline-block;
      width: 50%;
      }
      </style>

      Currently, this is not possible

      Regards

      1 Reply Last reply Reply Quote 0
      • rstoenescu
        rstoenescu Admin last edited by

        Good idea! Can you please open up a Github ticket? Thanks!

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