Skip to content

Select dropdown list will fail if the Select is closed with /> #1302

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

Closed
grantnilsson opened this issue Feb 15, 2016 · 2 comments
Closed

Select dropdown list will fail if the Select is closed with /> #1302

grantnilsson opened this issue Feb 15, 2016 · 2 comments

Comments

@grantnilsson
Copy link

Is it expected that a <Select... dropdown list will not work if you close it with />
versus closing with >, even if there are no options?

I created an enum list and coded the Select as below
<select asp-for="FinancialStartMonth" asp-items="Html.GetEnumSelectList<CalendarMonth>()" class="form-control" />
and the select list (even when populated with correct data refused to show data and it absorbed the next tag as well (even though it was ooutside the current

block

the only way it work was to close using >

I figured this was a bug? comments?

@dougbu
Copy link
Contributor

dougbu commented Feb 15, 2016

@aspnet-hello
Copy link

This issue is being closed because it has not been updated in 3 months.

We apologize if this causes any inconvenience. We ask that if you are still encountering this issue, please log a new issue with updated information and we will investigate.

@ghost ghost locked as resolved and limited conversation to collaborators Dec 4, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants