TMpro Input Field - "On End Edit" event and TAB

Hi all,

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 :slight_smile:

Thanks.

I have the same problem and question. The InputField doesn’t behave like a web text input field, which is weird.
Any news about this?

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