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

Method _onkeyup

packages/main/src/MonthPicker.ts:358–362  ·  view source on GitHub ↗
(e: KeyboardEvent)

Source from the content-addressed store, hash-verified

356 }
357
358 _onkeyup(e: KeyboardEvent) {
359 if (isSpace(e)) {
360 this._selectMonth(e);
361 }
362 }
363
364 /**
365 * Selects a month, when user made selection with mouse or using Space/Enter.

Callers

nothing calls this directly

Calls 2

_selectMonthMethod · 0.95
isSpaceFunction · 0.85

Tested by

no test coverage detected