[feature request] implement multiple values selection in q-slider
-
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”
/> -
I have the same impression, but this option is possible with the QRange component.
Check out them. https://quasar.dev/vue-components/range#Installation