I have a text field where I want a numerical input. I set keyboardType to KeyboardType.Number. But what I see is that I can type multiple decimals as well as commas in the TextField. Will I have to do all this validation myself?
Also, I saw that when I press and hold the delete button it only deletes one digits and doesn't start deleting the remaining digits? Is this intentional or a bug?