-
Notifications
You must be signed in to change notification settings - Fork 25
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
The event passed as a parameter is not a valid wheel event, 'wheel' given. #42
Comments
Have you tried using AutoNumeric |
The error still occurs irregular when scrolling up and down. Tested with Magic Mouse and Trackpad. Scrolling left and right fires the error on every tick. |
it's happening here as well 😢 |
I am facing the same issue where if i swipe left/right on magic mouse I get above mentioned error. my control is a simple input element with type="tel". I was using autonumeric v4.5.4 and upgraded to 4.6 . However, I still the face same problem. Any idea if this has been resolved? |
We have the same problems with Apple Magic mouse v1. |
User Input already given; Any updates? |
Happening for me on 4.9.0. |
Description
Using the wheel of a regular mouse or the up/down swipe gesture of a magic mouse throws an error in the dev tools.
Implementation
How to reproduce
<VueAutonumeric>
componentError
The text was updated successfully, but these errors were encountered: