Can I disable the dot in the keyboard when setting...
# compose
a
Can I disable the dot in the keyboard when setting the
keyboardType
as Number in the TextField?
g
I believe it’s not possible on Android in general, it depends on the device keyboard.
We had similar case, when we want to force to have dot, but not all keyboards have it
a
I see
j
You can ignore text updates when the input contains a dot. Thats probably the best that can be achieved.
a
I chose to disable the button that associated with the input and notify the user that isn't possible to enter a comma in that input.
166 Views