Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/UI5/webcomponents
/ _toggleAndFocusInput
Method
_toggleAndFocusInput
packages/main/src/DatePicker.ts:1053–1056 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1051
}
1052
1053
_toggleAndFocusInput() {
1054
this._togglePicker();
1055
this._dateTimeInput.focus();
1056
}
1057
1058
/**
1059
* Currently selected date represented as a Local JavaScript Date instance.
Callers
1
_onkeydown
Method · 0.95
Calls
2
_togglePicker
Method · 0.95
focus
Method · 0.45
Tested by
no test coverage detected