-
Notifications
You must be signed in to change notification settings - Fork 808
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changing cell selection results in random cell deselection #1281
Comments
paste me your 2 functions
|
The "startDays" variable consists of the dates that I want to be selected.
|
Hey, our app is due to release soon, but this error has been holding our development back. I was responsible for the calendar, and I do not want to switch to another on because I really like this one, so I just wanted to remind you if it would be okej for you to have a look into the functions and identify the error. |
It is something with your code... take my word for this one. calendarView.selectDates(from: range.startDate, to: range.endDate, triggerSelectionDelegate: false, keepSelectionIfMultiSelectionAllowed: true just few few weeks ago I have used this lib in my project - at last stage I found a bug in this lib - do you think I changed the lib??? after two weeks of work? no... i have just forked this lib with my fix. this is an open source and you are a developer - or aren't you? |
yes true. Either
|
(Required) Version Number: 8.0.3
Description
(multiple-selection) When cells are selected in my calendar sometimes the visual representation of the selection seems to not appear for some cells and it seems to be completely random. I don't exactly know why is this happening and have been struggling with this issue for quite a bit.
Such as in the photo below, not all desired dates are selected.
I have an array of dates that I want to select which I am comparing to "cellState.date".
Expected Behavior
All desired cells are selected.
The text was updated successfully, but these errors were encountered: