Home > widget-integration > PredictiveBundleController > handleComboboxNavigation
PredictiveBundleController.handleComboboxNavigation() method
Handles keyboard navigation for variant combobox interactions.
Signature:
handleComboboxNavigation(event: KeyboardEvent, target: HTMLElement, blockType: string): Promise<void>;
Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
event |
KeyboardEvent |
Keyboard event from the combobox root. |
|
target |
HTMLElement |
Current event target. |
|
blockType |
string |
Source block type. |
Returns:
Promise<void>