Blazor with maui can not use <InputSelect> or <select>
See original GitHub issueDescription
1,when I write this code:
<InputSelect>
<option value="0">test</option>
<InputSelect>
the application print “An unhandled error has occurred.”
2,When I try to use <select>
label in the page, It is dosen’t work.
Steps to Reproduce
1,Open a page
2,Add the Select like:
<InputSelect>
<option value="0">test</option>
<InputSelect>
or
<select>
<option value="0">test</option>
<select>
They are dosen’t work
Version with bug
Preview 12 (current)
Last version that worked well
Unknown/Other
Affected platforms
I was not able test on other platforms
Affected platform versions
10.0.19041.0
Did you find any workaround?
none
Relevant log output
No response
Issue Analytics
- State:
- Created 2 years ago
- Comments:17 (7 by maintainers)
Top Results From Across the Web
Maui Blazor input dropdown list not accepting input value
I am using a searchable dropdown list to input values into a .net maui android app. The dropdown works but when the selection...
Read more >What's Coming for Blazor Hybrid in .NET 7
The one closed issue, meanwhile, is "Blazor with maui can not use <InputSelect> or <select>," which was identified as a WebView2 bug and ......
Read more >How can I bind a drop-down list in Blazor WebAssembly?
We can bind a drop-down list in Blazor WebAssembly using the <select> tag and bind the values to the drop-down list using the...
Read more >ASP.NET Core Blazor forms and input components
A form is defined using the Blazor framework's EditForm component. ... Multiple option selection with the InputSelect component.
Read more >InputSelect component for enumerations in Blazor
In this post, we'll create something even easier to use. The component InputSelect allows binding a property of type Enum. However, you need...
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
@Laftek MAUI only uses WebView2 on Windows, so a WebView2 bug wouldn’t affect macOS/iOS/Android.
Not reproducible with 17.2.0 Preview 2.0 [32209.335.main] using Windows.