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
(Required) Version Number:
v8.0.0 (Present in 8.0.1 and master branch also)
Description
When JTACMonthView.allowsRangedSelection is set to false (its default) its didSet sets the collection view property allowsMultipleSelection to true, which shouldn't and it therefore causes unexpected behaviour.
Steps To Reproduce
When setting up the calendar do: calendarView.allowsRangedSelection = false
Expected Behavior
That setting allowsRangedSelection to false would not allow ranged selection
Additional Context
The text was updated successfully, but these errors were encountered:
(Required) Version Number:
v8.0.0 (Present in 8.0.1 and master branch also)
Description
When
JTACMonthView.allowsRangedSelection
is set to false (its default) its didSet sets the collection view propertyallowsMultipleSelection
to true, which shouldn't and it therefore causes unexpected behaviour.Steps To Reproduce
When setting up the calendar do:
calendarView.allowsRangedSelection = false
Expected Behavior
That setting
allowsRangedSelection
to false would not allow ranged selectionAdditional Context
The text was updated successfully, but these errors were encountered: