Is it possible to disable keyboard shortcuts panel?
Not currently; see #460
Thank you, let me comment there.
css cheat:
button.DayPickerKeyboardShortcuts_buttonReset {
display:none;
}
wont disable it functionality but hide the button.

There's also a hideKeyboardShortcutsPanel prop that you can set to true.
Thank you @majapw , strange I could not find this in the documentation
Most helpful comment
There's also a
hideKeyboardShortcutsPanelprop that you can set to true.