savvisingh / DateRangePicker

Date Range Picker is a Calendar Picker View to show a Customized Date Range Picker with improved UI and functionality to add subtitles to the dates
Apache License 2.0
784 stars 160 forks source link

Expose a method which accepts a list of dates that CAN be selected #75

Open leocarona opened 4 years ago

leocarona commented 4 years ago

Just as we already have the method .withDeactivateDates(list), it would be interesting to have a method that instead of receiving a list of dates and deactivating them, it does the opposite - the dates on the list become the only dates selectable on the calendar, and all the rest are deactivated.