As a Give Admin, I want to be able to use the new min-max range slider in Give 2.1 so I can set my range effectively.
I currently cannot set a reasonable minimum amount. As soon as I slide from the left, the amount jumps by thousands. It's very impractical. See GIF below.
Secondly, it's not clear what happens with the max side of the range. Is it possible to NOT have a max amount at all?
I expect the user experience of this new feature to be intuitive and easy to use and understand.

https://github.com/WordImpress/Give/issues/1920
Set the minimum and maximum amount for all gateways.I've tested this as well and came to the same conclusion as @mathetos. I don't believe the slider improves the experience.
$10 or $100, but even if you enter $1000 into the text box, the slider barely moves. For amounts that low, you have to type it because you can't possibly slide to it.Remove the slider and make Minimum Amount and Maximum Amount two different number fields with their own labels for better accessibility.
I see part of the motivation for the slider in #1920 was to indicate the max allowed per gateway. I think this can be handled with either dynamic descriptions or front-end validation of number fields.
I agree the slider is frustrating and not a good user experience. Let's remove it and go with @kevinwhoffman's suggestion above.
@DevinWalker Let me know your view on new UI.

@ravinderk a few things
Minimum Amount and Maximum Amount should not be a larger size than the Donation Limits font size. Set the minimum and maximum amount for all gateways.
Most helpful comment
I've tested this as well and came to the same conclusion as @mathetos. I don't believe the slider improves the experience.
$10or$100, but even if you enter$1000into the text box, the slider barely moves. For amounts that low, you have to type it because you can't possibly slide to it.Recommended Solution
Remove the slider and make
Minimum AmountandMaximum Amounttwo different number fields with their own labels for better accessibility.I see part of the motivation for the slider in #1920 was to indicate the max allowed per gateway. I think this can be handled with either dynamic descriptions or front-end validation of number fields.