Is there a more basic version of `BasicTextField` ...
# compose
a
Is there a more basic version of
BasicTextField
? 😅 I don't want to show the string that was entered as a text.
BasicTextField
provides a
decorationBox
lambda which gives you a composable to render (and that composable is a text field). I want another one that gives out the current
value
. One way to achieve this is to use the value that's being used by the text field.
z
You could interact with the ime service yourself I guess
What’s your use case?
g
Try to use the
visualTransformation
parameter
☝️ 1
c
Is there a more basic version of 
BasicTextField
 ?
🤔
I don't want to show the string that was entered as a text.
🤯