Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/react-dates/react-dates
/ onKeyDown
Method
onKeyDown
src/components/DateInput.jsx:135–140 ·
view source on GitHub ↗
(e)
Source
from the content-addressed store, hash-verified
133
}
134
135
onKeyDown(e) {
136
e.stopPropagation();
137
if (!MODIFIER_KEY_NAMES.has(e.key)) {
138
this.throttledKeyDown(e);
139
}
140
}
141
142
onFinalKeyDown(e) {
143
const {
Callers
4
DayPicker_spec.jsx
File · 0.45
CalendarDay_spec.jsx
File · 0.45
CustomizableCalendarDay_spec.jsx
File · 0.45
DateInput_spec.jsx
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected