Closed
Description
Hello!
I am using @coders-tm/vue-number-format: "2.13.0"
When inputting a decimal value, I am unable to start the input with the decimal separator, in my case it would be .
.
As a user, if I typed .9
I would expect the value 0.9
, but I end up with a value of 9
in the input.
In order to enter a value of 0.9
, a user would have to type 0.9
but in my personal opinion, typing .9
should result in a value of 0.9
. Pasting the value of .9
does result in the expected value of 0.9
.
Cheers!
Metadata
Metadata
Assignees
Labels
No labels