I want to provide a way for user to select multiple days from the the calendar. So when user clicks on some day its gets selected and calendar isn't closing but staying popped up. User can continue selecting dates. Also user can deselect already selected date. I'm expecting the calendar having array of values at this point.
this doesn't look to be a necessary feature for a single date picker component, although you can easily implement a new component using this date picker to accomplish what you need.
Expected Behavior
I want to provide a way for user to select multiple days from the the calendar. So when user clicks on some day its gets selected and calendar isn't closing but staying popped up. User can continue selecting dates. Also user can deselect already selected date. I'm expecting the calendar having array of values at this point.
Current Behavior
It seems I can't find any solution in current implementation. https://www.npmjs.com/package/react-bootstrap-date-picker
Possible Solution
Probably there should be some method of function I can override to archive my goal. Maybe
customControl
or something..