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

Method _beforeOpenPopover

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

Source from the content-addressed store, hash-verified

668 }
669
670 _beforeOpenPopover() {
671 if (isPhone()) {
672 this._getPickerInput().value = this.value;
673 }
674 }
675
676 _afterOpenPopover() {
677 this._iconPressed = true;

Callers

nothing calls this directly

Calls 2

_getPickerInputMethod · 0.95
isPhoneFunction · 0.85

Tested by

no test coverage detected