Picker doesn't work for MacCatalyst
The #MAUI #Picker doesn't work for #MacCatalyst. And this is quite annoying. Here an idea how implement a workaround to this issue.
If you are creating a project with MAUI and try your application on different platforms, you will soon discover this issue. The Picker doesn’t work for MacCatalyst. And this is quite annoying. Scenario So, on your page you added a Picker like the following <Picker ItemDisplayBinding="{Binding Name}" ItemsSource="{Binding ServiceConnections}" SelectedItem="{Binding…













