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

Method _getPickerInput

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

Source from the content-addressed store, hash-verified

1577 }
1578
1579 _getPickerInput() {
1580 return this._getPicker().querySelector<HTMLInputElement>("[ui5-input]")!;
1581 }
1582
1583 get openOnMobile() {
1584 return this._isPhone && this.open;

Callers 2

_beforeOpenPopoverMethod · 0.95
innerMethod · 0.95

Calls 1

_getPickerMethod · 0.95

Tested by

no test coverage detected