Hello, I'm having a big problem with javascript. I need an input field that is formatted as follows:
- Only accept number and periods;
- Accept only one point;
- After the dot only accept 8 decimal places;
The part of accepting only number and only one point I got perfectly, but I'm breaking the head with the decimal places.
follows fiddle: link