-
Notifications
You must be signed in to change notification settings - Fork 41
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
adding range slider compoenent block all other inputs from any keyboard or mouse event #100
Comments
I have a similar issue. the component seems to prevent scrolling on iOS so you can't scroll down if the component was added. Any news/solutions on this? I already have the component in different templates and i really don't want to change all these components now :/ |
That worked for my case -> change passive to "true"
|
This is a problem for me too, any chance of an official fix being implemented? |
Where do you put this code? |
I have same problem. The man above says, that you have to change sources of the library. If you use npm, change the file But I don't recomment you to change directly it in node_nodules directory. Better would be copy all sources to local directory ( Didn't expect to see so critical error not fixed officially by the authors. |
Hi, when I use this component all other fields are blocked and I can't type anything until I add
@keydown.native.stop
@keyup.native.stop
@onkeypress.native.stop
On each of it. Even when I switch to another component the issue is still persist, so I guess it adss some global event listeners that prevent all other inputs actions and do not destroys them when your component is unloaded.
Does anybody have similar issues? I really like how slider works but blocking inputs on entire app is really weird behavior.
The text was updated successfully, but these errors were encountered: