-
-
Notifications
You must be signed in to change notification settings - Fork 766
Closed
Milestone
Description
I would need access to modifiers within the renderDay callback. What's about passing not only day but also dayModifers to the callback (see
react-day-picker/src/DayPicker.js
Line 412 in b5170a4
| {this.props.renderDay(day)} |
Before: {this.props.renderDay(day)}
After: {this.props.renderDay(day, dayModifiers)}
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels