We have an `OutlinedTextField` where we set `keybo...
# compose
l
We have an
OutlinedTextField
where we set
keyboardOptions = KeyboardOptions(keyboardType = KeyboardType.Decimal)
. However on a Samsung S20 with Samsung keyboard, even with a German language setting, it only shows the dot key, and the comma key is greyed out. However in German the decimal separator is the comma and it should be active. Did anyone encouter that?
z
Yes. Tend to just accept both and convert between them so the right one is shown in the UI and the logic uses dots.
l
Yes, that's the path I'm going now.
Thank you!
z
Afaik same thing in the good ol' view days. I've been doing the same thing for like 8 years now, can confirm that it works (or that people are too lazy to complain that it doesn't)
l
Yes, not the only one of Samsung's bugs...
z
🙂