ngx-slider icon indicating copy to clipboard operation
ngx-slider copied to clipboard

How to limit the max range to a min value

Open zivlevy opened this issue 5 years ago • 2 comments

Hi,

I need to set the minimum value to the max range, ie the max value can't go below a certain value. In my case the range goes from -6 to +24 but I need to disable the possibility to choose a range that both sides below or above 0. minValue = -6, maxValue = 24, maxValueMin = 0 minValueMax = 0 Is there a way to add such capability?

zivlevy avatar Mar 14 '19 13:03 zivlevy

It would require some work, but it's possible. Let me see if I can fit it in the next release.

piotrdz avatar Apr 09 '19 09:04 piotrdz

I would also love to see this getting implemented.

BrentLeemans avatar Oct 29 '23 13:10 BrentLeemans