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
Stylianos Gakis
08/30/2023, 1:59 PM
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.