dptoot / react-event-calendar

A React calendar component to display events
131 stars 55 forks source link

Passing date to event mouseover/click handlers #3

Closed optilude closed 8 years ago

optilude commented 8 years ago

I have a need to display some contextual information (in a popover) depending on which day of a multi-day event is being hovered over/clicked.

It would be great if the calendar grid position was discoverable from the event handler so I could implement this.

optilude commented 8 years ago

See above for one possible implementation of this that seems to work in basic testing

dptoot commented 8 years ago

I agree this could be good to know. I have merged the pull.