Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
_beforeOpenPopover
Method · 0.95
inner
Method · 0.95
Calls
1
_getPicker
Method · 0.95
Tested by
no test coverage detected