I am working with the component on the link: https://ej2.syncfusion.com/angular/documentation/api/calendar/
I couldn't find any function or property that disables component state so I can't select dates on the calendar.
For this reason I would like to know if it is possible to remove the click event so that it cannot select dates in a given situation.
I can only disable the dates that he can't select, only that I can't display the selected dates that I manually entered in the schedule.
Is it possible to remove the event from the DOM so that it cannot perform any action on the component? How can I do this?

onChangeevent and checkEmitType<ChangedEventArgs>==MouseEventand thenevent.preventDefault()? ej2.syncfusion.com/angular/documentation/api/calendar/…preventDefault()function for? This allows you to select the date anyway.pointer-events: none;