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
In the CalendarItem there is an isSelectable() method. It currently does not tell you whether the item is selectable, and instead tells you if it IS selected.
It should be renamed to isSelected()
The text was updated successfully, but these errors were encountered:
In the
CalendarItem
there is anisSelectable()
method. It currently does not tell you whether the item is selectable, and instead tells you if it IS selected.It should be renamed to
isSelected()
The text was updated successfully, but these errors were encountered: