vue-autoNumeric
vue-autoNumeric copied to clipboard
The event passed as a parameter is not a valid wheel event, 'wheel' given.
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
<VueAutonumeric
:options="{
allowDecimalPadding: 'floats',
digitGroupSeparator: '.',
decimalCharacter: ',',
decimalPlaces: 2,
decimalPlacesRawValue: 2,
decimalCharacterAlternative: '.',
currencySymbol: '\u00a0%',
percentageEU2dec: true,
currencySymbolPlacement: 's',
roundingMethod: 'U',
emptyInputBehavior: 'press',
}"
/>
How to reproduce
- Implement
<VueAutonumeric>component - Click into the input
- Scroll
Error

Have you tried using AutoNumeric v4.6.0?
The wheel bug was fixed in that version (see https://github.com/autoNumeric/autoNumeric/issues/641)
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?
Yep, it still happens on 4.6.0


Happening for me on 4.9.0.