Join Slack
Powered by
Can I disable the dot in the keyboard when setting...
# compose
a
AmrJyniat
11/30/2022, 9:10 AM
Can I disable the dot in the keyboard when setting the
keyboardType
as Number in the TextField?
g
gildor
11/30/2022, 9:52 AM
I believe it’s not possible on Android in general, it depends on the device keyboard.
gildor
11/30/2022, 9:53 AM
We had similar case, when we want to force to have dot, but not all keyboards have it
a
AmrJyniat
11/30/2022, 10:05 AM
I see
j
Jonas
11/30/2022, 10:43 AM
You can ignore text updates when the input contains a dot. Thats probably the best that can be achieved.
a
AmrJyniat
11/30/2022, 10:48 AM
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
Open in Slack
Previous
Next