RangeSlider
RangeSlider copied to clipboard
is it possible to create logarithmic scale?
for example - prices range: a lot of products at range 5-2000, but max price = 100000. As a result - you cant select ranges for prices < 10000
@Briahas There's nothing built-in to support this innately right now, though you could probably implement it without too much trouble by just leveraging the default 0.0-1.0 values and then applying those against your own set of price ranges in whatever way is most appropriate. I'll keep this open to track this as a feature to add in the next update