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

Method _handleEnd

packages/main/src/ComboBox.ts:1030–1032  ·  view source on GitHub ↗
(e: KeyboardEvent)

Source from the content-addressed store, hash-verified

1028 }
1029
1030 _handleEnd(e: KeyboardEvent) {
1031 this._handleItemNavigation(e, this._getItems().length - 1, true /* isForward */);
1032 }
1033
1034 _keyup() {
1035 this._userTypedValue = this.value.substring(0, this.inner.selectionStart || 0);

Callers

nothing calls this directly

Calls 2

_handleItemNavigationMethod · 0.95
_getItemsMethod · 0.95

Tested by

no test coverage detected