InputFieldListener
Used by Autocomplete.
Events
onSelect
UnityEvent<BaseEventData>The event on GameObject select.
onDeselect
UnityEvent<BaseEventData>The event on GameObject deselect.
OnMoveEvent
UnityEvent<AxisEventData>The event on arrow keys press.
OnSubmitEvent
UnityEvent<BaseEventData, bool>The event on tab key or enter key press, second argument is enter key pressed.