Slider bug: handler can only be used once
See original GitHub issue🐛 Bug report
slider can only be moved once
💥 Steps to reproduce
Slider is broken/fixed after first slide
💻 Link to reproduction
It seems like all sliders on official Chakra doc has the exact problem. https://chakra-ui.com/docs/form/slider
🧐 Expected behavior
Slider can be freely moved without customization.
📝 Additional information
I saw this error once in dev before I found the same issue persist on Chakra-UI doc but cannot reproduce.
This may not relate to the problem.
Ignored attempt to cancel a touchstart event with cancelable=false, for example because scrolling is in progress and cannot be interrupted.
Issue Analytics
- State:
- Created 3 years ago
- Reactions:3
- Comments:9 (4 by maintainers)
Top Results From Across the Web
Can only have one instance of slideshow all subsequent slideshows ...
I am attempting to use one view, one option set, one content type to create multiple responsive sliders on a website. I add...
Read more >Shiny: Why updateSliderInput works only one time?
Unfortunately, slider input update works only once! Documentation example suggests to use observe() construct watching some reactive values ...
Read more >New RangeSliderInterval not working properly - OutSystems
First bug: When sliding the top slider, the second slider gets rendered and shows steps we've never turned on. Because the second slider...
Read more >Unexpected Bug: Disabled Slider Button and Filters - Wix.com
Hello Forum, I have a database of companies that I would like to filter using a slider button so that users can establish...
Read more >ValueChanged event of Slider is not always fired
Regarding the Slider problem: The handler did not have any slow operation. It just stored the value in a variable and if the...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Released now in
@chakra-ui/react@1.1.5
.🎉I have a workaround…