Hi,
I created a custom edit dialog with one input (for now), "submit" and "close" button for my item by adding a form prop to SchedulerEditItem https://stackblitz.com/edit/react-zxvhmh (double click on any item and dialog will open)
My questions are:
1) Did I implement the submit correctly? Because I did not find any examples and the scheduler documentation in very confusing.
2) I need a similar dialog open on slot double click. Is there a prop like "form" available for the slot? If not what is your recommendation?