-
Notifications
You must be signed in to change notification settings - Fork 137
Closed
Description
I was checking the example project without doing anything to it and noticed the issue.
If you select some date, then change the month and go back all the dates before your selected date are greyed out.
I hope my explanation is clear enough.
Great looking picker btw 👍
Edit: found that this solves the issue but you can't actually select any date before current day.
[self.datePicker setDisableHistorySelection:NO];
Unless you turn on this:
[self.datePicker setDisableHistorySelection:NO];
But that has also issue that when you select a day that is in greyed out because it's in another month you don't get selection.
Edit 2:
And everything except the autoselection is actually fixed here ipodishima@284c337
Metadata
Metadata
Assignees
Labels
No labels