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

Method inner

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

Source from the content-addressed store, hash-verified

1567 }
1568
1569 get inner(): HTMLInputElement {
1570 return (isPhone() && this.open)
1571 ? this._getPickerInput().shadowRoot!.querySelector("input")!
1572 : this.shadowRoot!.querySelector<HTMLInputElement>("[inner-input]")!;
1573 }
1574
1575 _getPicker() {
1576 return this.shadowRoot!.querySelector<ResponsivePopover>("[ui5-responsive-popover]")!;

Callers

nothing calls this directly

Calls 2

_getPickerInputMethod · 0.95
isPhoneFunction · 0.85

Tested by

no test coverage detected