MCPcopy Index your code
hub / github.com/UI5/webcomponents / onKeyDownPopover

Method onKeyDownPopover

packages/main/src/DynamicDateRange.ts:482–487  ·  view source on GitHub ↗
(e: KeyboardEvent)

Source from the content-addressed store, hash-verified

480 }
481
482 onKeyDownPopover(e: KeyboardEvent) {
483 if (isShow(e)) {
484 e.preventDefault(); // Prevent scroll on Alt/Option + Arrow Up/Down
485 this._toggleAndFocusInput();
486 }
487 }
488
489 /**
490 * Registers a new dynamic date range option with a unique key.

Callers

nothing calls this directly

Calls 2

_toggleAndFocusInputMethod · 0.95
isShowFunction · 0.85

Tested by

no test coverage detected