Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

thumbs go beyond the track when setting the maximum value to be lower than the current value of the slider #188

Open
teowks000 opened this issue Feb 1, 2021 · 1 comment

Comments

@teowks000
Copy link

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?

@alantoa
Copy link

alantoa commented Jan 24, 2022

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants