How to do a reactive slider #14936
Unanswered
Preciousring
asked this question in
General - Components / Directives / etc
Replies: 2 comments
-
Codepen is broken, please amend it first. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Sorry, I have updated the link. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I'm using the component QSlider in order to sum multiple sliders while giving a maximum number of points that a user has to reach. For example : On one slider, I put two and the other one three, the total of 4 must not be exceeded. I have succeeded to block the number of the second slider at 2. The issue is that, although the number of the second slider is 2, visually I can continue to increase the value of my slider.
Is there someone who knows how to resolve this issue ?
Thanks in advance. (Sorry, English is not my native language)
Stackblitz: https://stackblitz.com/edit/quasarframework-kx4bfp?file=src/pages/IndexPage.vue
Beta Was this translation helpful? Give feedback.
All reactions