Clamp range in the Slider Control

min = 1;
max = 100;
dig= 1; // Number of digits after the decimal point
clamp(value,min,max).toFixed(dig);
Recommended Posts

Start typing and press Enter to search