maui
maui copied to clipboard
Picker ItemsSource fixes
Description of Change
Fixes the Picker getting stuck in an infinite loop when the ItemsSource is assigned as an ObservableCollection and the collection is modified during a change handler when the SelectedIndex changes.
Issues Fixed
Fixes #19702
Hey there @BurningLights! Thank you so much for your PR! Someone from the team will get assigned to your PR shortly and we'll get it reviewed.
/azp run
Azure Pipelines successfully started running 3 pipeline(s).
Can you rebase on main please?
@dotnet-policy-service agree
/azp run
Azure Pipelines successfully started running 3 pipeline(s).
I am experiencing this too. Picker behave very weirdly when inside collection view.
/azp run
Commenter does not have sufficient privileges for PR 19728 in repo dotnet/maui
/azp run
Azure Pipelines successfully started running 3 pipeline(s).
/azp run
Azure Pipelines successfully started running 3 pipeline(s).
Looks fine to me! Maybe a UI test would be useful, but I can add it in this PR: https://github.com/dotnet/maui/pull/22353