-1
I am developing a web site using javascript/jquery and in some fields the user type numeric values. Some of these fields, by business needs, have 9 decimal places:
0,00000000
My problem is that in a case like this, to type, for example, 50.00000, the user needs to type 5 and then several zeros until the 5 is in its correct location.
My question: how do I make the user, by pressing a comma, can already type the decimal places directly, without having to fill in several zeros to form the number he wants?