Hi!
Noticed that androidx.compose.material3.TextField default parameter 'singleLine' value differ for different targets.
For Desktop = false, for Android = true.
Is there any reason for that?
I have composable function in common code with just TextField without specifying singleLine parameter. On desktop it behaves like multiline, in Android emulator like single line.
If singleLine specify explicitly then the behaviour is the same.
i
Ivan Matkov
06/28/2024, 7:57 AM
Does it behaves the same in non-KMP android project?
Ivan Matkov
06/28/2024, 7:59 AM
In theory it should - CMP uses original Google binaries on Android, so that's why we ask to use Google issue tracker for Android issues even if it happens in CMP project
p
PHondogo
06/28/2024, 8:36 AM
Sorry! There is no issue. Emulator doesn't propagate Enter key.