You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 intext
. 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.
The text was updated successfully, but these errors were encountered: