Hi, in my composable, I have a TextEdit, as a simp...
# compose
l
Hi, in my composable, I have a TextEdit, as a simple text editor. So I would like to print position of the cursor inside it in a Text field. The problem is that I don't know how to do in sort that the printed position is automatically updated as soon as the caret changes. Is it possible ?
1