Skip to content

Picker() on Mac Catalyst does not display dialog with items #21470

@arseniigorkin

Description

@arseniigorkin

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    area-controls-pickerPickerpartner/syncfusionIssues / PR's with Syncfusion collaborationplatform/macosmacOS / Mac Catalysts/needs-attentionIssue has more information and needs another looks/triagedIssue has been revieweds/verifiedVerified / Reproducible Issue ready for Engineering Triaget/bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions