-
Notifications
You must be signed in to change notification settings - Fork 30
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
[Bug]: my-slider-v2 allowTapping false not working #49
Comments
No I have experienced this lately as well. I will try to take a look at it soon hopefully. |
That would be awesome! |
I also experienced this problem, cause i wanted to turn off Tapping, so that I can scroll trough my Dashboard without turning any lights on or off. Did you find a solution for this Problem? |
#49 allowTapping false not working has been fixed. And a new config key has been added 'marginOfError'. It is 10 default. marginOfError is amount of pixels the input can be from the thumb. #27 No step option has been fixed. There has always been a step option, just very broken logic. It has been fixed and the slider will now only update to closest step.
This should be fixed in the latest release. Let me know if there are more issues. |
Yes :) it works thanks |
This is great! But to challenge it one step further. Now it’s still not possible to scroll when placing a finger on the slider and dragging vertical. Meaning when your dashboard has multiple slider, we still need to carefully place our finger to scroll up and down the dashboard. Ortherwise we’re scrolling within a slider and its not working. Do you think there could be a fix for that? |
Current Behavior
When setting the value 'allowTapping' to 'false' it's won't function at all. Neither by tapping (makes sense) but also not by dragging the thumb which is wanted. There is no way to adjust the slider.
Expected Behavior
To only be able to change the value by dragging the thumb.
Steps To Reproduce
Environment
Anything else?
No response
The text was updated successfully, but these errors were encountered: