react-multi-date-picker
react-multi-date-picker copied to clipboard
DatePanel markFocused support for multiple range
Added a find function if the date object is an array to check if the focused date is in there.
Added focus styling on the date buttons by setting a focusedIndex when the button is clicked.
The button focus styling I did in my own project by just making the selected date bold, but maybe this can be added by default.