6eDesign/svelte-calendar

How to listen to clicked event with the InlineCalendar

Opened this issue · 3 comments

How to listen to the clicked event programmatically. For my purpose, I need to open a Modal when a date is clicked.

its one of the most important missing feature for this awesome calendar, the hacky way I do it is I just make a custom event from the day picker pass it to the calendar then to the calendar you are using

has there been a solution?