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

Method _arrowClick

packages/main/src/ComboBox.ts:768–776  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

766 }
767
768 _arrowClick() {
769 this._resetFilter();
770
771 if (isPhone() && this.value && !this._lastValue) {
772 this._lastValue = this.value;
773 }
774
775 this._toggleRespPopover();
776 }
777
778 _handleMobileKeydown(e: KeyboardEvent) {
779 if (isEscape(e)) {

Callers

nothing calls this directly

Calls 3

_resetFilterMethod · 0.95
_toggleRespPopoverMethod · 0.95
isPhoneFunction · 0.85

Tested by

no test coverage detected