We have a constant sum input with sliders and we are trying to set the increment value. It looks like the increment value is being autogenerated (approx 0.13% per increment on desktop and 2.3% on mobile). Is there a way to force that value? We were hoping to force the increments to be 1%. Would that be possible? I assume it would have to be some sort of javascript to override the default behavior, but I am unsure how to hook into the javascript.
edit:
I cannot set the value to maximum scale points to 100. The sliders are to allow users to allocate a budget of $1,000,000 and we want them to be able to allocate it in $10,000 increments. There are two ways I am seeing to do this. Using css to append "0,000" after the input. Or changing the increment value to 10,000 in javascript. Neither have I been able to find the hooks to do so.
Page 1 / 1
Assuming your scale is 0 to 100, set number of decimals to zero and the increments will be 1.
Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.