-
The currently selected area only displays the start and end times. I want it to show how many hours and minutes are in the selected range. Is this possible? I have modified eventContent, but it only affects events where the display is set to auto or background. |
Beta Was this translation helpful? Give feedback.
Answered by
vkurko
Oct 18, 2024
Replies: 1 comment 1 reply
-
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
shijenwai
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
eventContent
is fired for all events, including helper ones, which is the select event. You can distinguish this event from others by checking thedisplay
field, which should be equal to the"preview"
value, as well as theid
field, which is equal to"{select}"
.