we’re trying to allow dates to be selected between a specific start and end date (dynamically linked) in the calendar component.
selection of dates will be allowed within this date range.
Please help in understanding how this can be done?
@patrick Any way to set it in Wappler? Or any plans to add it?
I see there are numerous options which are not yet implemented in dmxCalendar. Is there some other way to set those? Or any will you guys have to add each as requests are posted here in community?
There was another requirement in some post for setting the sequence of elements in header, which is not available. Not to confuse the requirement here right now, but the situation is similar - something FullCalendar supports, but Wappler’s implementation does not.
When using delegated events you are actually attaching the event to a parent element so then you can use it on child nodes.
Another option is to use the MutationObserver API.
All in all it would be great also to be able to pass an array of custom events to any component so they are attached on instantiation.
Maybe we should create a feature request from these two things: Advanced section where you have a multiline input to add additional object of options/config and another input where you can pass an array of events or similar.