-
Notifications
You must be signed in to change notification settings - Fork 402
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
minMarkerOverlapStepDistance doesn't work #238
Comments
Hey, Can you please help me to take the values and setState of the first cursor and second cursor values? I am not able to take values in the class-based components. Here is my code, Can you please help to solve this issue. I want to take the first cursor value and setState and then the same for the second one.
I am not able to take values separately and also only one cursor is showing How can I do this thing? |
I tried a lot of things, AFTER 2 Hours I got a solution dear, onToggle is not working In my case so here is the code, <MultiSlider |
Thank you a lot for your amazing multi-slider.
I use the latest multi slider version "@ptomasroos/react-native-multi-slider": "^2.2.2",
but unfortunately
minMarkerOverlapStepDistance
doesn't workSteps to Reproduce
I have an example in Codesandbox
Expected Behavior
Multi slider has
allowOverlap={false}
andminMarkerOverlapStepDistance={40}
.Expected to have value which determines the closest two markers can come to each other (in steps, not pixels) equals 40 steps
Actual Behavior
But actually the markers overlap up to 1 step.
The text was updated successfully, but these errors were encountered: