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

Method _click

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

Source from the content-addressed store, hash-verified

1178 }
1179
1180 _click() {
1181 if (isPhone() && !this.readonly) {
1182 this._openRespPopover();
1183 }
1184 }
1185
1186 _closeRespPopover(e?: Event | null) {
1187 if ((e && (e.target as HTMLElement).classList.contains("ui5-responsive-popover-close-btn"))) {

Callers

nothing calls this directly

Calls 2

_openRespPopoverMethod · 0.95
isPhoneFunction · 0.85

Tested by

no test coverage detected