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

    [solved] Space about v-bind q-select's label

    Help
    2
    3
    163
    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
      kuma46 last edited by kuma46

      Hi all,

      Because of poor long English expression
      I made a codepen to express my problem
      https://codepen.io/bebe199671554/pen/RwPGgro?editors=1010
      7741200f-d37c-42e5-86c0-f0b813dee8b5-image.png

      I hope to solve this problem without css

      Thanks in advance

      metalsadman 1 Reply Last reply Reply Quote 0
      • metalsadman
        metalsadman @kuma46 last edited by metalsadman

        @kuma46 dont set a label prop. Or set it to undefined, if it’s coming from a data variable then you have to use a condition, something like :label="someVar === null ? undefined : someVar".
        https://codepen.io/metalsadman/pen/mdJrMrj?editors=1010

        K 1 Reply Last reply Reply Quote 0
        • K
          kuma46 @metalsadman last edited by

          @metalsadman thanks, that solved my issue.

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