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
Hello, I have two questions: can you "click" from typescript in a day or time? And, can you "deselect" the calendar when you have already selected a day?
Thank you very much!
The text was updated successfully, but these errors were encountered:
@Marius-Romanus
Regarding "click" from typescript, you can't do that, what you can is to change the currentDate, and that day will be selected.
Regarding "deselect", if you just want to reset the background of selected date, you could use customized view and some logic to achieve that. For example, the first time you click it, the background is highlighted, the second time you click it, the background is reverted back.
Hi, I said about selecting it because I have the autoSelect option to false and when I equal the currentDay to today, the 'monthview-selected' class is not applied, I don't know if there will be any way to achieve this. The second part, what I wanted to achieve was that when changing calendarMode I wanted to deselect everything.
If this is not possible, it would be interesting to have a function that for example passes the start, end and allDay or null to deselect.
Thank you very much, again, and good job!
Hello, I have two questions: can you "click" from typescript in a day or time? And, can you "deselect" the calendar when you have already selected a day?
Thank you very much!
The text was updated successfully, but these errors were encountered: