CodeBeam.MudBlazor.Extensions icon indicating copy to clipboard operation
CodeBeam.MudBlazor.Extensions copied to clipboard

RangeSlider: Allow setting an independant min/max for the lower/upper slider

Open jneufferrpm opened this issue 1 year ago • 0 comments
trafficstars

This adds the following properties to the range slider:

  • SlideableUpperMin
  • SlideableLowerMax

This allows setting the min/max that the sliders can move to independently for the upper and lower slider. For example, you can set SlideableUpperMin to prevent the upper slider from going below a certain value.

Additionally, this fixes the behavior of the existing SlideableMin and SlideableMax, to prevent an issue where setting a min/max such that both the upper and lower slider would be outside of it would break the slider.

jneufferrpm avatar Sep 04 '24 23:09 jneufferrpm