eekboom
01/15/2021, 12:17 PMvar text by remember { mutableStateOf("") }
TextField(
value = text,
onValueChange = { text = it }
)
Things that don't work: DEL key, Pos1 and End keys, text selection using Shift-Left/Right, navigating by word using Ctrl-Left/Right
Using latest Kotlin 1.4.21 and org.jetbrains.compose version 0.3.0-build140jim
01/15/2021, 12:25 PMeekboom
01/15/2021, 12:30 PMeekboom
01/15/2021, 12:39 PMjim
01/15/2021, 12:58 PMolonho
01/15/2021, 12:59 PMeekboom
01/15/2021, 1:27 PM