Skip to content

Blazor with maui can not use <InputSelect> or <select> #4325

@hy999

Description

@hy999

Description

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

Metadata

Metadata

Assignees

Labels

area-blazorBlazor Hybrid / Desktop, BlazorWebViews/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