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

Method _handleMobileKeydown

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

Source from the content-addressed store, hash-verified

776 }
777
778 _handleMobileKeydown(e: KeyboardEvent) {
779 if (isEscape(e)) {
780 this.value = this._lastValue || "";
781 this.filterValue = this._lastValue || "";
782 this._closeRespPopover();
783 }
784 }
785
786 _handleMobileInput(e: CustomEvent<InputEventDetail>) {
787 const { target } = e;

Callers

nothing calls this directly

Calls 2

_closeRespPopoverMethod · 0.95
isEscapeFunction · 0.85

Tested by

no test coverage detected