-
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 Selected item gets cleared in BindableLayout (Android, iOS) - Bug introduced in Microsoft.Maui.Controls 8.0.60 #25729
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.
|
This issue has been verified using Visual Studio 17.12.0 Preview 5.0(8.0.92 & 8.0.60 & 8.0.40 & 9.0.0-rc.2.24503.2). Can repro this issue on android and iOS platforms. Works fine on 8.0.40. |
This is fixed by #23369 and should be working on 8.0.70 or above |
@rmarinho Provided repo is developed with latest version 8.0.92 SR9.2 and its not working. please re-open. |
Is this the same as when scrolling through a |
@LeoJHarris Not sure if its related but I also observed behavior you mentioned. when picker is used inside collection view, selected item gets cleared on collection view scroll. Picker selected value also gets cleared if you switch collection view item source. (same as original issue reported for bindable layout). I am going to log a separate issue for collection view with a re-production repo. |
@mahesh139 I have just created a ticket from the issue regarding |
Description
Microsoft.Maui.Controls 8.0.60 has introduced some real problems with Bindable Layout.
e.g. CommunityToolkit/Maui#2320
Migration of my App from Xamarin forms to MAUI is never ending.....:( Please help.
Steps to Reproduce
Bindable.Layout.Picker.mp4
Link to public reproduction project repository
https://github.com/mahesh139/MAUIBugs
Version with bug
8.0.92 SR9.2
Is this a regression from previous behavior?
Yes, this used to work in .NET MAUI
Last version that worked well
8.0.40 SR5
Affected platforms
iOS, Android
Affected platform versions
Android 13,14. iOS 15
Did you find any workaround?
No.
Relevant log output
No response
The text was updated successfully, but these errors were encountered: