virtual_keyboard
virtual_keyboard copied to clipboard
How to disable the numbers (0-9)?
Hi,
Sorry, a newbie here. Its not really an issue but rather a question. How do I disable the numbers (0-9) except the backspace when using type: VirtualKeyboardType.Numeric
. Also, is it possible to remove the .
? In my code, I am checking the number of characters in text
. When it exceeds to 4 characters I want to disable the numbers 0-9 and only the backspace will be working. So the user can only enter 4 characters.
I will be glad if any help you can give me.