ItemsSource cannot be changed on a Picker on Windows #9239
Labels
area-controls-picker
Picker
fixed-in-7.0.0-rc.1.6683
platform/windows 🪟
t/bug
Something isn't working
Milestone
Description
On a
Picker
, it's not possible to change theItemsSource
after it has been set on Windows (works find on Android). At least not easily. Every time you try to change, the previous set list is used instead.Steps to Reproduce
Full repro: https://github.com/pekspro/MauiIssues/tree/9239_ItemsSource_cannot_be_changed_on_a_Picker
Version with bug
6.0.408 (current)
Last version that worked well
Unknown/Other
Affected platforms
Windows
Affected platform versions
Windows 10.0.17763.0
Did you find any workaround?
Using an
ObservableCollection<string>
works if it is set once and the individual items are changed.Relevant log output
No response
The text was updated successfully, but these errors were encountered: