autoNumeric/vue-autoNumeric

Modifying the `options` will always lose the decimal places precision after `2` places

Closed this issue · 1 comments

Fix an issue where modifying the options will always lose the decimal places precision after 2 decimal places.

This happens since resetOnOptions temporarily resets the configuration to the default one, which set the decimalPlaces option to 2.

Fixed in v1.0.7