Is there any way to auto-place the cursor at the e...
# compose
u
Is there any way to auto-place the cursor at the end of the already inputted text when the user brings the focus onto the OutLinedTextField?
s
To set the cursor position use TextFieldValue and set selection attribute to the index
🙏 1
"When the textfield is focused" i dont know details but use a focus listener (modifier?)
u
Thanks @Siyamed, that’s helpful!