Hello, I am following the CodeLabs and in the one ...
# compose
e
Hello, I am following the CodeLabs and in the one about state (https://developer.android.com/codelabs/jetpack-compose-state#0) I have an issue with the
onImeAction
when used in the header: it doesn't work properly. It happens in what I have done and the "finished" versión given in the codeLab. Is this a known issue with the
TextField
composable or is there some problem with my setup? That TextField also won't let me delete the last character. This things only happen in the header so I don't know if this issues are with the
TextField
or something else about have this lab teaches about how to manage state
m
What version of the Compose artifacts are you using? I think I saw that a fix for this was one of the few things added to
1.0.0-alpha01
.
r
The last character delete issue is a known bug of alpha 01
We have a fix but we decided to roll it out in alpha02
e
I am using the version that was included in the Labs
1.0.0-alpha01
r
Right, and alpha02 is not out yet 🙂
e
That fix is for the last character issue right? Is the issue I am having with the
onImeAction
known?
s
The onImeAction not working is a known issue
Though thanks for bringing it up, I had forgotten to file a bug!