Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/UI5/webcomponents
/ _canOpenInputsPopover
Method
_canOpenInputsPopover
packages/main/src/TimePicker.ts:711–713 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
709
}
710
711
_canOpenInputsPopover() {
712
return
!this.disabled && this._isMobileDevice;
713
}
714
715
_getInputField() {
716
const
input = this._dateTimeInput;
Callers
1
toggleInputsPopover
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected