Hey there Stefan and team, question for you. We have the use case of programatically selecting a TMP_InputField component and setting the cursor at the end so somebody can start typing from the end.
Both Select() and ActivateInputField() successfully give focus to the input field but select all of the text. Setting caretPosition after that doesn't seem to do anything. Tried both the MoveTextEnd() and MoveToEndOfLine() methods with no success either.
Both Select() and ActivateInputField() successfully give focus to the input field but select all of the text. Setting caretPosition after that doesn't seem to do anything. Tried both the MoveTextEnd() and MoveToEndOfLine() methods with no success either.