Closed GrindingOgre closed 7 years ago
@GrindingOgre There's a "autoSelect" option that you can set to false to disable auto selection when swiping. But it seems you have special use case of the selected date? When a date is selected, the calendar will do two things
It seems that the autoselect could be what i was looking for...
Thanks a lot!
Actually, when you change the month (talking abount month view), currentDate is updated with the same day of the new month. For example:
i've selected the 10th of October, swiping right to November, the new currentDate will be 10th of November.
Is there a way to block this update? I don't want to change my selection between months.