Skip to content

Commit

Permalink
canSelectMore (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
muukii authored Nov 21, 2024
1 parent fc0b21b commit 9754858
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Development/Development/BookCollectionView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ struct BookCollectionViewCombined: View, PreviewProvider {
data: Item.mock(),
selection: .multiple(
selected: selected,
canMoreSelect: selected.count < 3,
canSelectMore: selected.count < 3,
onChange: { e, action in
switch action {
case .selected:
Expand Down

0 comments on commit 9754858

Please sign in to comment.