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
{{ message }}
This repository has been archived by the owner on Apr 13, 2022. It is now read-only.
@tyvdh it seems like the current_date has a value – the latest selected date – even when I empty the calendar. I took a look at the available properties and at 33e4aaf but I couldn't find anything that can tell me there is no date selected. Am I missing something?
@straube That's true. This is due to some restrictions within the code itself needing to keep some reference of a date. You can however use this.selected.innerText inside the callback to determine if there is a value currently selected.
Now callback event is being fired only when value is set for single calendar.
How to catch change event when value is deleted?
Thank you.
The text was updated successfully, but these errors were encountered: