I am developing a web site using javascript / jquery and in some fields the user types numerical values. Some of these fields, by business needs, have 9 decimal places:
0.00000000
My problem is that, in such a case, to type, for example, 50.00000, the user needs to type 5 and then several zeros until the 5 is in its correct place.
My question: how do I make the user, by pressing commas, be able to type decimal places directly, without having to fill in several zeros to form the number he wants?