You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 20, 2023. It is now read-only.
Can you please advise how can i added limitation to the slider
for example i have range slider that i don't want the user can choose value lower than 5.
i handled the left and the right parts, but can't handle the center part
but the center is not working when i get into 5 it stopped than you can pull and get to zero
this is the code i added to:
var centrer_range_left = scope[refHigh] - newValue;
var centrer_range_right = newValue - scope[refLow];
Can you please advise how can i added limitation to the slider
for example i have range slider that i don't want the user can choose value lower than 5.
i handled the left and the right parts, but can't handle the center part
but the center is not working when i get into 5 it stopped than you can pull and get to zero
this is the code i added to:
var centrer_range_left = scope[refHigh] - newValue;
var centrer_range_right = newValue - scope[refLow];
The text was updated successfully, but these errors were encountered: