Is there a way to add the TAB keypress to the list(?) of keys that trigger the “On End Edit” event on a TextMesh Pro Input Field?
I want to emulate the behavior of a html form where pressing TAB focuses on the next input field.
I’d be delighted if TMPro fully supported InputField navigation via TAB and SHIFT+TAB though
Create a script with a methos funct(string s) and connect On Change value of text mesh pro. in this function check that the s EndsWith(“\r”). If true do whatever you want