Alex Zaitsev
04/30/2023, 6:51 PMkeyboardOptions
does not work for TextField
on iOS?
I'm trying to set numeric input only. It does not work out-of-the box for iOS while works for Android.
While I still can filter chars by digit I'd like to find a 'normal' way to do that. Thanks!
keyboardOptions = KeyboardOptions(keyboardType = KeyboardType.Number)
Landry Norris
04/30/2023, 7:02 PMAlex Zaitsev
04/30/2023, 7:41 PMLandry Norris
04/30/2023, 7:43 PMDima Avdeev
05/01/2023, 5:08 PM