Hi, I am able to update the text in the input fiel...
# compose
k
Hi, I am able to update the text in the input field of OutlinedTextField (in code). But how to update the cursor to end of the text in the input field?
s
Instead of using the overload with takes in a
String
there’s one that takes in a
TextValue
or something like that. This object has state for the selection as well.
k
Hmm, indeed. I missed that variant. Thanks!
👍 1