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

Method _handleHomeKey

packages/main/src/Select.ts:761–769  ·  view source on GitHub ↗
(e: KeyboardEvent)

Source from the content-addressed store, hash-verified

759 }
760
761 _handleHomeKey(e: KeyboardEvent) {
762 e.preventDefault();
763
764 if (this.readonly) {
765 return;
766 }
767
768 this._changeSelectedItem(this._selectedIndex, 0);
769 }
770
771 _handleEndKey(e: KeyboardEvent) {
772 e.preventDefault();

Callers 1

_onkeydownMethod · 0.95

Calls 1

_changeSelectedItemMethod · 0.95

Tested by

no test coverage detected