Selectbox is not visible when MAUI window is running on Windows 11.
See original GitHub issueDescription
Windows 11, text disappears when select box is selected.
Steps to Reproduce
Create a new “.NET MAUI App” project in Visual Studio 2022 (17.4.0 Preview 3.0)
No problems running Android.
Windows 11 only problem.
<StackLayout Padding="5">
<Label Text="회차" TextColor="{StaticResource Gray500}"
FontSize="16"/>
<Picker x:Name="picker"
Title="회차를 선택하세요.">
<Picker.ItemsSource>
<x:Array Type="{x:Type x:String}">
<x:String>1회차 10월 24일 촬영</x:String>
<x:String>2회차 10월 25일 촬영</x:String>
<x:String>3회차 10월 26일 촬영</x:String>
<x:String>4회차 10월 27일 촬영</x:String>
<x:String>5회차 10월 28일 촬영</x:String>
<x:String>6회차 10월 29일 촬영</x:String>
<x:String>7회차 10월 30일 촬영</x:String>
</x:Array>
</Picker.ItemsSource>
</Picker>
</StackLayout>
Link to public reproduction project repository
https://github.com/nameofSEOKWONHONG/maui-tech-demo.git
Version with bug
7.0 Release Candidate 2
Last version that worked well
Unknown/Other
Affected platforms
Windows
Affected platform versions
Windows SDK 10.0.19041.0
Did you find any workaround?
No response
Relevant log output
No response
Issue Analytics
- State:
- Created a year ago
- Comments:6 (1 by maintainers)
Top Results From Across the Web
MAUI Blazor App - cant find Windows Machine in Debug List
I have a basic MAUI Blazor app (counter app). When I went to debug this app it would load in a Windows Machine...
Read more >Troubleshoot known issues - .NET MAUI
Learn about .NET MAUI known issues and troubleshooting you can do to resolve these issues.
Read more >Controls - .NET MAUI
NET MAUI page generally occupies the full screen or window. The page usually contains a layout, which contains views and possibly other layouts....
Read more >Build your first .NET MAUI app
In this tutorial, you'll learn how to create and run your first .NET Multi-platform App UI (.NET MAUI) app in Visual Studio 2022...
Read more >Publish a .NET MAUI app for Windows with Visual Studio
Learn how to package and publish a Windows .NET MAUI app to a file share in Visual Studio.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

Verified this issue with Visual Studio 17.7.0 Preview 1.0. Can repro on windows platform with sample project. maui-tech-demo-main.zip
We’ve moved this issue to the Backlog milestone. This means that it is not going to be worked on for the coming release. We will reassess the backlog following the current release and consider this item at that time. To learn more about our issue management process and to have better expectation regarding different types of issues you can read our Triage Process.