4
You can enter values into an input text. What happens is that I want to limit the number of characters after the point. Valid example:
2.324
2343423.432
That is, the user cannot enter more than three decimal places. Each time a character is inserted, I have to validate this situation. When this situation happens, the input will not let you write any more decimal places.