I have implemented a slider and set the min value to 10 and the max value to 50 with 1 as the step size. The slider bar restricts selecting any value outside of these limits. However, when you manually enter a value it does not restrict the value to the min and max.
this is the control set up
I did some testing on my end and this looks like its the expected behavior of the slider. I also don’t see this as ideal because if you set those min/max values it’s probably to prevent users from breaching those values.
I will mark this as a feature request for the Quick Sight team.
Just to add a bit of support… this is daft, I’m not sure how it made it into production. Min / Max values should apply to manual values just as much as slider controlled. Please fix QS team!