InputField and Tabs

I noticed that the input field consumes the tab key. The expected behavior would be to select the next control not to insert a tab character. Is there any built in way to outlaw the tab key ?

2 Likes

While am at it, how would I go about selecting a control via script ? My current hack is not working as expected.

EventSystemManager.currentSystem.SetSelectedGameObject(TabTarget, new BaseEventData(EventSystemManager.currentSystem));

Same problem here. I want to focus an InputField through code.

@bdominguezvw Me too, just made a thread about that…

We need an answer, please!