-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Description
Description
Picker() on a modal page does not show a dialog for picking elements in Mac Catalyst.
MAUI on .Net 8.
Steps to Reproduce
Create a page (ContentPage) and open it by OpenModalAsync();
On the page place a Picker() with simple string items, set in the page (no binding).
Click on it.
The dialog to pick the element does not appear.
Binding to ViewModel does not change the situation.
Link to public reproduction project repository
https://github.com/arseniigorkin/MAUIPickerIssue
Version with bug
8.0.7, 8.0.20
Is this a regression from previous behavior?
Not sure, did not test other versions
Last version that worked well
Unknown/Other
Affected platforms
macOS
Affected platform versions
No response
Did you find any workaround?
Create separate modal page with lists of items instead of the picker control and add button on the source modal to open that modal selector. This, btw., will give more flexibility and you can even add icons or any other things to style the lists. But needs more work with object updates.
Relevant log output
No response