MCPcopy Index your code
hub / github.com/react-dates/react-dates / openKeyboardShortcutsPanel

Method openKeyboardShortcutsPanel

src/components/DayPicker.jsx:887–892  ·  view source on GitHub ↗
(onCloseCallBack)

Source from the content-addressed store, hash-verified

885 }
886
887 openKeyboardShortcutsPanel(onCloseCallBack) {
888 this.setState({
889 showKeyboardShortcuts: true,
890 onKeyboardShortcutsPanelClose: onCloseCallBack,
891 });
892 }
893
894 closeKeyboardShortcutsPanel() {
895 const { onKeyboardShortcutsPanelClose } = this.state;

Callers 2

onFinalKeyDownMethod · 0.95
DayPicker_spec.jsxFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected