https://kotlinlang.org logo
#compose
Title
# compose
e

Eric Martori

08/30/2020, 8:34 PM
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

Mark Murphy

08/30/2020, 8:42 PM
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

romainguy

08/30/2020, 9:18 PM
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

Eric Martori

08/30/2020, 9:25 PM
I am using the version that was included in the Labs
1.0.0-alpha01
r

romainguy

08/30/2020, 10:19 PM
Right, and alpha02 is not out yet 🙂
e

Eric Martori

08/31/2020, 10:54 AM
That fix is for the last character issue right? Is the issue I am having with the
onImeAction
known?
s

Sean McQuillan [G]

09/01/2020, 9:52 PM
The onImeAction not working is a known issue
Though thanks for bringing it up, I had forgotten to file a bug!