pushtell / react-bootstrap-date-picker

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

Provide lower-level access to visible dates #99

Open docrinehart opened 7 years ago

docrinehart commented 7 years ago

I have a need to disable and/or restyle specific dates on the visible picker.

With the current version, there's no good way to target individual visible days on the popover for styles, or to disable them. It would be generally nice to have some way to know what the displayDate is, so the end-user could at least infer what's being displayed in the popover. Even better might be to add some places for "injected" methods that can operate on the values after the internal processing is done.