-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Closed
Labels
area-controls-pickerPickerPickerarea-controls-shellShell Navigation, Routes, Tabs, FlyoutShell Navigation, Routes, Tabs, Flyoutp/2Work that is important, but is currently not scheduled for releaseWork that is important, but is currently not scheduled for releasepartner/syncfusionIssues / PR's with Syncfusion collaborationIssues / PR's with Syncfusion collaborationplatform/macosmacOS / Mac CatalystmacOS / Mac Catalysts/triagedIssue has been reviewedIssue has been revieweds/verifiedVerified / Reproducible Issue ready for Engineering TriageVerified / Reproducible Issue ready for Engineering Triaget/bugSomething isn't workingSomething isn't working
Milestone
Description
Description
When nagivgation to a page that has Shell.PresentationMode="Modal" or Shell.PresentationMode="ModalAnimated" you are not able to pick options. Remove the Shell.PresentationMode attribute show it navigates like a page, and the options will show.
.Steps to Reproduce
- Create a new .NET Maui project
- Add a new page with a picker
<Picker.Items>
<x:String>Baboon</x:String>
<x:String>Capuchin Monkey</x:String>
<x:String>Blue Monkey</x:String>
<x:String>Squirrel Monkey</x:String>
<x:String>Golden Lion Tamarin</x:String>
<x:String>Howler Monkey</x:String>
<x:String>Japanese Macaque</x:String>
</Picker.Items>
</Picker>
- Run the app
- From the main page, navigate to this new page.
- Click the picker and you can see the drop downs
- Stop the app
- Edit the new pages xaml adding
Shell.PresentationMode="ModalAnimated"to the ContentPage element. - Run the app
- From the main page, navigate to this new page. This should open in a modal
- Click the picker and none of the options show up
Version with bug
Release Candidate 1 (current)
Last version that worked well
Unknown/Other
Affected platforms
macOS
Affected platform versions
net6.0-maccatalyst15.4.100-rc.1.125, Mac OS 12.3.1
Did you find any workaround?
Don't use the picker on a page being displayed as a modal.
Relevant log output
Nothing relevant shows upMetadata
Metadata
Assignees
Labels
area-controls-pickerPickerPickerarea-controls-shellShell Navigation, Routes, Tabs, FlyoutShell Navigation, Routes, Tabs, Flyoutp/2Work that is important, but is currently not scheduled for releaseWork that is important, but is currently not scheduled for releasepartner/syncfusionIssues / PR's with Syncfusion collaborationIssues / PR's with Syncfusion collaborationplatform/macosmacOS / Mac CatalystmacOS / Mac Catalysts/triagedIssue has been reviewedIssue has been revieweds/verifiedVerified / Reproducible Issue ready for Engineering TriageVerified / Reproducible Issue ready for Engineering Triaget/bugSomething isn't workingSomething isn't working
