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

[Collection view] Handle a reselect scenario #495

Merged
merged 1 commit into from
Aug 6, 2024

Conversation

kubaflo
Copy link
Contributor

@kubaflo kubaflo commented Jul 28, 2024

A common scenario is that users will select something and then navigate away. Once they navigate back the element is still selected which will result in users being unable to reselect the given item.

dotnet/maui#21490 (comment)

The original issue also points to our samples, because our samples don't allow reselection.
dotnet/maui#20273

Fixes dotnet/docs-maui#2362

@jfversluis
Copy link
Member

Would it also fix this one: #484?

@kubaflo
Copy link
Contributor Author

kubaflo commented Jul 29, 2024

Would it also fix this one: #484?

I think it won't

Copy link
Contributor

@davidbritch davidbritch left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @kubaflo

@davidbritch davidbritch merged commit f711ec5 into dotnet:main Aug 6, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add information to the CoillectionView documentation showing how to handle a reselect scenario
3 participants