StephenChou1017 / react-big-scheduler

A scheduler and resource planning component built for React and made for modern browsers (IE10+)
https://stephenchou1017.github.io/scheduler/#/
MIT License
746 stars 415 forks source link

How to get mouse current position when firing newEvent? #194

Closed Siim closed 4 years ago

Siim commented 4 years ago

When handling the new event, is it possible to get event.currentTarget?

const newEvent = (schedulerData, slotId, slotName, start, end, type, item) => {
    // need event here
}

The purpose of this is to add a popper component that accepts some custom form data.