MCPcopy Create free account
hub / github.com/UI5/webcomponents / _onkeyup

Method _onkeyup

packages/main/src/YearRangePicker.ts:350–354  ·  view source on GitHub ↗
(e: KeyboardEvent)

Source from the content-addressed store, hash-verified

348 }
349
350 _onkeyup(e: KeyboardEvent) {
351 if (isSpace(e)) {
352 this._selectYearRange(e);
353 }
354 }
355
356 _onHomeOrEnd(homePressed: boolean) {
357 this._yearRanges.forEach(row => {

Callers

nothing calls this directly

Calls 2

_selectYearRangeMethod · 0.95
isSpaceFunction · 0.85

Tested by

no test coverage detected