Skip to content

AbstractSearchComponent.goToNextInput method

AbstractSearchComponent › goToNextInput

Unofficial

Switch to the next inputElement.

Signature:

goToNextInput(event: KeyboardEvent): unknown

Parameters:

ParameterTypeDescription
eventKeyboardEventThe keyboard event that triggered the input switch.

Returns: unknownThe result of switching to the next input.