MCPcopy 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 {

Calls

no outgoing calls

Tested by

no test coverage detected