pushtell / react-bootstrap-date-picker

React-Bootstrap based date picker.
MIT License
346 stars 195 forks source link

Feature request: Is it possible to select multiple values with react-bootstrap-date-picker? #112

Open akoidan opened 7 years ago

akoidan commented 7 years ago

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..

gReis89 commented 7 years ago

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.