-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Picker value inside CollectionView resets when scrolling the page. #26653
Comments
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.
|
Attached is the project I created for your reference, which demonstrates the same issue. |
Duplicate of #25842 |
@jfversluis - Is this issue fixed or still pending? |
@jfversluis - my production release pending for this issue? any update when it will fix? |
@bhuwancb99 definitely not fixed on iOS at least. |
@LeoJHarris - When will this be fixed? My 4 apps are still pending release to production after upgrading from Xamarin to MAUI. Is there any alternate way to fix this issue? |
@bhuwancb99 Yes you can use |
@LeoJHarris It is not possible because CollectionView provides significantly more functionality compared to ListView or VerticalStackLayout. Therefore, it is not feasible to change it throughout the application, especially since it is a large eCommerce app. |
It should be possible, whats blocking you, we converted to VerticalStackLayout and the effort was rather small. |
Description
Picker value inside CollectionView resets when scrolling the page. If I set it again and scroll the page, the picker value resets again. This issue exists only on iOS devices and works fine on Android.
Steps to Reproduce
Attached is the project I created for your reference, which demonstrates the same issue.
MauiApp_9.zip
Link to public reproduction project repository
No response
Version with bug
9.0.21 SR2.1
Is this a regression from previous behavior?
Yes, this used to work in Xamarin.Forms, No, this is something new
Last version that worked well
Unknown/Other
Affected platforms
iOS
Affected platform versions
iOS 18.2
Did you find any workaround?
No response
Relevant log output
The text was updated successfully, but these errors were encountered: