- Home /
Automatic navigation does not work with Inherited InputField
I have inherited the InputField class because I needed some additional features. Everything works fine, I can treat the object as a usual selectable (as I would normally expect). But automatic navigation between selectables seems to ignore objects of that class. Can I do something to cope with this?
Answer by Yurijh · Jun 13, 2019 at 10:42 AM
The strange thing is that my InputField can be set as target as target in the Explicit navigation option. But I really need the automatic navigation.
Your answer
Follow this Question
Related Questions
Input Fields - Navigating with tab 1 Answer
Adding variables to Input Field and selecting an Input Field 1 Answer
How to move between input fields with a D-pad or arrow keys? (with the new input system) 0 Answers
Editor: Selectables Navigation section Visualize button, how do I get the state? 1 Answer
NullReferenceException after passing InputField gameObject into EventSystem.SetSelectedGameObject() 1 Answer