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
for example, my current slider value is 4388 but when I set maximum value to 4000, the thumbs will go beyond the track but when you set it above the current value such as 5000 or 4500, the thumbs will move backward and work normally. Is there any workaround for this one?
The text was updated successfully, but these errors were encountered:
@teowks000 Hi, you can try react-native-awesome-slider.
Automatic clamp value, slider total value it comes from the sum of the maximum and the minimum, slider value always between the maximum and the minimum.
for example, my current slider value is 4388 but when I set maximum value to 4000, the thumbs will go beyond the track but when you set it above the current value such as 5000 or 4500, the thumbs will move backward and work normally. Is there any workaround for this one?
The text was updated successfully, but these errors were encountered: