pg-calendar
pg-calendar copied to clipboard
Do data "deselect" after closing modal.
I'm doing a project, where when I click on an available date on the calendar, a modal opens with some forms. However, I would like that when I close this modal, the selected date is deselected. I'm using the "click: function(event, context) {}" event to control the modal. Would there be any way to do this?