Open leobezr opened 4 years ago
@leobezr Could you create an example code with the problem? Its not happening in my tests:
I just noticed this issue. We're experiencing the same as @leobezr. If we do ,30 it becomes 30,00 but if we do ,3 it works and sets ,30.
Your example @phiny1 seems to just ignore any decimal inputs and instead just leave the last 2 numbers inserted as decimals
Even with option
autoDecimalMode
set totrue
,v-currency-field
is setting value multiplied by 100. Removing dots and commas from the number.0,55
becomes55,00
.Version: 3.1.0 Bug version: 3.0.8