-
-
Notifications
You must be signed in to change notification settings - Fork 95
[HELP] Popup for ranged dates #406
Copy link
Copy link
Open
Labels
help wantedExtra attention is neededExtra attention is neededquestionFurther information is requestedFurther information is requested
Metadata
Metadata
Assignees
Labels
help wantedExtra attention is neededExtra attention is neededquestionFurther information is requestedFurther information is requested
Hello again!
I see we have the
onCreateDateRangeTooltip, which only triggers/clicks in the calendar for a range selection.In my scenario, we don't allow date selection, so the calendar only displays previous selected dates. So, it is a "readonly" calendar.
I know we have the
popupsattribute, and it works great. The "issue" is that we have to loop through all the range dates to build the popup collection, and all the information is the same for every day in the date range.For example:
selectedDates: [2026-02-10:2026-02-17]
The popup description: Fred's vacation.
Is there any way to overcome this?