I want this: ```TextFieldValue( cursorPosition =...
# compose
d
I want this:
Copy code
TextFieldValue(
  cursorPosition = text.length
)
Manipulating the cursor position causes weird bugs when using a hardware keyboard. Especially around new lines.
z
So just to clarify, you’re trying to configure a text field to have an immovable cursor? And the reason for doing so is to workaround hardware keyboard bugs?
d
@Zach Klippenstein (he/him) [MOD] No, the opposite, I want the cursor position to be settable with out causing bugs.
z
Best way to do that is file issues for the bugs you found 🙂 Tracker is linked in the channel topic
d
Yeah I guess I will have to do that. But also having a more intuitive way of interacting with the cursor would be nice.
Although having a fixed cursor would be interesting for inserting text?
I guess what I really want is a built in rich text editor composable lol
👍 1