#Slider with limits greyed out
3 messages · Page 1 of 1 (latest)
I have the similar question. Did you find any solution on that?
@toxic drum @zenith sail
you can perform clamping in the onChange handler to restrict slider changes to be within certain values, e.g. 10 and 90:
https://codesandbox.io/s/mantine-slider-clamped-range-dj27vq
you can also use a rangeslider as a "fake slider" so you don't have a blue bar overlapping over the 10 range
Mantine Slider Clamped Range by mpyoo using @emotion/react, @mantine/carousel, @mantine/core, @mantine/dates, @mantine/dropzone, @mantine/form, @mantine/hooks, @mantine/modals, @mantine/notifications