Can RangeSlider only have one changeable parameter? #6144
Unanswered
Njitram2000
asked this question in
Q&A
Replies: 1 comment 3 replies
-
maybe you want to put the max on the actual maximum of stock you have, but min being the one you manipulate? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want a slider for stock that selects the minimum amount of stock. So the slider should represent 1 value.
I can use https://www.algolia.com/doc/api-reference/widgets/range-slider/js/ for this but this one always has 2 values: the min and the max. If I hide the tab to slide the min, I can still click on the bar and it changes the min value. It want the min to be locked at 0 so that THE value of the slider is max.
Beta Was this translation helpful? Give feedback.
All reactions