onefinestay / react-daterange-picker

Other
563 stars 209 forks source link

Add support for view-only calendars #218

Open bradhe opened 4 years ago

bradhe commented 4 years ago

This PR adds support for view-only calendars by setting selectionType to none. This disables the ability to select dates all together and just shows highlighted dates.

Opening this PR as a way of both soliciting feedback and sending it upstream--happy to discuss anything regarding the approach in here!