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

    [feature request] implement multiple values selection in q-slider

    Framework
    2
    2
    201
    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.
    • J
      jitendra16 last edited by

      How about having a new property ‘heads’ to select multiple values using the q-slider with model as array of selected values.

      <q-slider
      name=“speed”
      v-model=“valuesArray”
      label-always
      :min=“20”
      :max=“140”
      :step=“10”
      :heads=“5”
      />

      1 Reply Last reply Reply Quote 0
      • A
        aislan last edited by

        I have the same impression, but this option is possible with the QRange component.
        Check out them. https://quasar.dev/vue-components/range#Installation

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