Toan Nguyen
09/28/2023, 8:26 AMsingleLine = true
it not working(Example in photo). In Android Native, it will auto replace \n
to space
when i set singleLine = true for EditText. So i wanna ask TextField in compose has something like that?Blundell
09/28/2023, 8:56 AMToan Nguyen
09/28/2023, 8:59 AMBlundell
09/28/2023, 9:01 AMToan Nguyen
09/28/2023, 9:04 AMBlundell
09/28/2023, 10:00 AMtext = text.replace("\n", " ")
Toan Nguyen
09/28/2023, 10:02 AMZach Klippenstein (he/him) [MOD]
09/28/2023, 5:39 PMZach Klippenstein (he/him) [MOD]
09/28/2023, 5:39 PM