The user can enter values into an input text. What happens, I want to limit the number of characters after the period. Valid example:
2.324
2343423.432
That is, the user can not enter more than three decimal places. Each time a character is entered, I have to validate this situation. When this happens, the input will not let you enter another decimal place.