-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dropdown From razor Class Library does not work in Blazor MAUI Windows, but works fine in Blazor Wasm Client #5767
Comments
Hi @nssidhu, thanks for contacting us. This is likely due to a known WinUI3 bug which has since been fixed. Can you please confirm you're on the latest Maui release candidate? |
Hi @nssidhu. We have added the "Needs: Author Feedback" label to this issue, which indicates that we have an open question for you before we can take further action. This issue will be closed automatically in 7 days if we do not hear back from you by then - please feel free to re-open it if you come back to this issue after that time. |
Is there a command to get the check the MAUI Version ? |
Upgrade instructions should be part of the release post (ex. https://devblogs.microsoft.com/dotnet/dotnet-maui-preview-14/#get-started-today). Though it looks like you're already on VS 17.2 Preview 2. I believe the RC1 release should be going out soon(?), so you may have to wait for that to be available before this is resolved for you. |
Root cause: MicrosoftEdge/WebView2Feedback#1693 However based on #4325 (comment), this shouldn't be an issue in 17.2 Preview 2. I wonder if you're running into a caching issue resulting in using MAUI preview 13 or earlier still. Have you tried:
|
Hi @nssidhu. We have added the "s/needs-info" label to this issue, which indicates that we have an open question for you before we can take further action. This issue will be closed automatically in 7 days if we do not hear back from you by then - please feel free to re-open it if you come back to this issue after that time. |
This issue has been automatically marked as stale because it has been marked as requiring author feedback but has not had any activity for 4 days. It will be closed if no further activity occurs within 3 days of this comment. If it is closed, feel free to comment when you are able to provide the additional information and we will re-investigate. |
Is there an existing issue for this?
Describe the bug
I created Razor Class Library Project for DropDown List of Countries.
When in add Reference to this RCL in Blazor Wasm it works as expected.
The same Project when referenced in Blazor MAUI, load the list fine but on click of drop down arrow does not show the list of countries. it just flickers for a moment but collapses back immidiately.
Expected Behavior
Should display List of countries when clicked
Steps To Reproduce
https://youtu.be/r51cC6te6ww
Exceptions (if any)
None
.NET Version
6.0.300-preview.22154.4
Anything else?
using Microsoft Visual Studio Enterprise 2022 (64-bit) - Preview
Version 17.2.0 Preview 2.0
The text was updated successfully, but these errors were encountered: