How to delete in autoNumeric in input the fractional part of the extra zeros The mDec parameter adds the fractional part, but when you remove the focus from the element, if the fractional part is missing, then add zeros equal to the specified parameter
You need to convert by example
1.22500 => 1.255
1.00 => 1
1.90 => 1.9
I would like this to be some kind of parameter, rather than manually writing
Plugin version 1.9.46