Hello hello! I have some issue with text input and...
# compose
j
Hello hello! I have some issue with text input and auto complete on an Android 6 device:
Copy code
OutlinedTextField(
            value = viewState.userName ?: "",
            onValueChange = viewModel::updateUserName,
            modifier = Modifier.fillMaxWidth(),
            label = { Text("User name") }
        )
If I check the onValueChange callback, it is actually returning the wrong texts already (so I do not blame my own code behind it) It does look like it has to do with the autocomplete functionality on my other device with Android 8 it works fine
Okay I uploaded a screenrecording from the wrong device, here is the correct device
z
Did you file a bug? Tracker link is in the channel topic.
j
Not yet, was curious if it was already known but I'll file it now then 🙂