Hey everyone!
I'm making a system where a popup can appear with an InputField, and I'd love for users to simply be able to begin typing without having to click or hit enter first.
I figured out that when I enable the object, I could simply call Select on the Field to make it the currently selected element, but this doesn't make it start input/edit mode unfortunately. I then did some more digging and tried things like calling ActivateInputField, calling Select a second time after calling...
How to make a TMP_InputField automatically be in editing mode?
I'm making a system where a popup can appear with an InputField, and I'd love for users to simply be able to begin typing without having to click or hit enter first.
I figured out that when I enable the object, I could simply call Select on the Field to make it the currently selected element, but this doesn't make it start input/edit mode unfortunately. I then did some more digging and tried things like calling ActivateInputField, calling Select a second time after calling...
How to make a TMP_InputField automatically be in editing mode?