Skip to content
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

[Mac] Unable to Select Multiple Items in CollectionView with SelectionMode='Multiple' #26942

Closed
LogishaSelvarajSF4525 opened this issue Jan 3, 2025 · 3 comments
Assignees
Labels
partner/syncfusion Issues / PR's with Syncfusion collaboration t/bug Something isn't working

Comments

@LogishaSelvarajSF4525
Copy link
Contributor

Description

In .NET MAUI, when using a CollectionView with SelectionMode="Multiple" on Maccatalyst, the control does not function as expected for multi-selection. Instead of allowing multiple items to be selected at once, only one item can be selected at a time. When a new item is selected, the previously selected item is automatically deselected.

This issue was identified during the investigation of MultipleBoundSelection.

In mac,

Screen.Recording.2025-01-03.at.3.09.52.PM.mov

In android,

Screen.Recording.2025-01-03.at.3.08.28.PM.mov

Steps to Reproduce

  1. Build and run the provided application on Mac catalyst.MultipleSelection.zip
  2. Attempt to select multiple items in the CollectionView.
  3. Observe that selecting a new item causes the previously selected item to become deselected.

Expected Behavior:
The CollectionView should allow users to select multiple items simultaneously when SelectionMode="Multiple" is set, retaining all selected items without deselecting any previously selected items.

Actual Behavior:
Selecting a new item in the CollectionView deselects the previously selected item, limiting the selection to a single item at any time.

Link to public reproduction project repository

No response

Version with bug

9.0.21 SR2.1

Is this a regression from previous behavior?

Not sure, did not test other versions

Last version that worked well

9.0.21 SR2.1

Affected platforms

macOS

Affected platform versions

No response

Did you find any workaround?

No response

Relevant log output

@LogishaSelvarajSF4525 LogishaSelvarajSF4525 added the t/bug Something isn't working label Jan 3, 2025
Copy link

We've found some similar issues:

If any of the above are duplicates, please consider closing this issue out and adding additional context in the original issue.

Note: You can give me feedback by 👍 or 👎 this comment.

@LogishaSelvarajSF4525 LogishaSelvarajSF4525 changed the title [Maccatalyst] Unable to Select Multiple Items in CollectionView with SelectionMode='Multiple' [Mac] Unable to Select Multiple Items in CollectionView with SelectionMode='Multiple' Jan 3, 2025
@vishnumenon2684 vishnumenon2684 added the partner/syncfusion Issues / PR's with Syncfusion collaboration label Jan 3, 2025
@vishnumenon2684 vishnumenon2684 self-assigned this Jan 3, 2025
@mattleibow
Copy link
Member

Duplicate of #18028

@mattleibow mattleibow marked this as a duplicate of #18028 Jan 4, 2025
@mattleibow
Copy link
Member

This comment has useful info: #18028 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
partner/syncfusion Issues / PR's with Syncfusion collaboration t/bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants