When inputting an number into a numeric number, I put two dots instead of one and the numeric input discarded my number and put zero instead. How can I setup the numeric input that when it checks the number for correct input and removes the extra dot?
There is no way of specifying a numeric control should ignore extra decimal points. The closest you could come is to use a string control and perform the parsing yourself, which would have many drawbacks. I hope this is helpful.