Open
Description
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