Using the wheel of a regular mouse or the up/down swipe gesture of a magic mouse throws an error in the dev tools.
<VueAutonumeric
:options="{
allowDecimalPadding: 'floats',
digitGroupSeparator: '.',
decimalCharacter: ',',
decimalPlaces: 2,
decimalPlacesRawValue: 2,
decimalCharacterAlternative: '.',
currencySymbol: '\u00a0%',
percentageEU2dec: true,
currencySymbolPlacement: 's',
roundingMethod: 'U',
emptyInputBehavior: 'press',
}"
/>
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