## 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 1. Implement `<VueAutonumeric>` component 2. Click into the input 3. Scroll ## Error 