You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expose the Calendar Event resize, drag events like resizeStart, resizeEnd, dragStart, dragEnd at the mwl-calendar-day-view / mwl-calendar-week-view level
#1756
Open
p-brosnan opened this issue
Dec 23, 2024
· 1 comment
Is your feature request related to a problem? Please describe
Thank You so much for such a wonderful library. Please could you consider below or let me know if possible in some other way?
Is it possible to expose the Calendar Event resize, drag events like resizeStart, resizeEnd, dragStart, dragEnd at the mwl-calendar-day-view / mwl-calendar-week-view level?
This would help in a situation where custom hour segment templates are used with some dynamic content set during the beforeViewRender.
Currently the problem is while dragging and resizing, hour segment text becomes blank because markForCheck is called during these events internally and data stored in segment is not available until next beforeViewRender.
If Calendar Event resize, drag events like resizeStart, resizeEnd, dragStart, dragEnd are exposed, the segments can be processed again to set the content as part of these event handlers.
Describe the solution you'd like
Describe your use case for implementing this feature
Additional context
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe
Thank You so much for such a wonderful library. Please could you consider below or let me know if possible in some other way?
Is it possible to expose the Calendar Event resize, drag events like resizeStart, resizeEnd, dragStart, dragEnd at the mwl-calendar-day-view / mwl-calendar-week-view level?
This would help in a situation where custom hour segment templates are used with some dynamic content set during the beforeViewRender.
Currently the problem is while dragging and resizing, hour segment text becomes blank because markForCheck is called during these events internally and data stored in segment is not available until next beforeViewRender.
If Calendar Event resize, drag events like resizeStart, resizeEnd, dragStart, dragEnd are exposed, the segments can be processed again to set the content as part of these event handlers.
Describe the solution you'd like
Describe your use case for implementing this feature
Additional context
The text was updated successfully, but these errors were encountered: