Closed
Description
This is more of a feature request. I'd like to show a slider where the user can choose a percentage between 0% and 10%. However, I'd like to show the slider up to 100%, but limit them from going past 10%.
I tried looking through the options, but I couldn't find anything for it. I was kind of able to do something by watching the model value and setting a cap to 10 and force rendering it after, but it's crazy wacky and bugs out visually.