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

    Add htmlentities or v-html or something to select options

    Framework
    1
    2
    465
    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.
    • G
      genyded last edited by genyded

      In earlier versions of Quasar, html entities such as ³ used to work as part of an options label for QSelect options, but that is not longer the case. There needs to be a way to support odd characters and/or “bold”, indentation, or whatever dynamically on options labels in QSelect. Anyone know a way in newer version (17+)?

      BTW - all of this can be done with a standard html select:

      <select>
        <option value="volvo" disabled>Volvo</option>
        <option value="saab">&nbsp;&nbsp;Saab</option>
        <option value="vw">VW&#x00B3;</option>
        <option value="audi" style="font-weight: bold;">Audi</option>
      </select>
      
      1 Reply Last reply Reply Quote 0
      • G
        genyded last edited by

        FYI … this is being added back

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