You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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.
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
the only way it work was to close using >
I figured this was a bug? comments?
The text was updated successfully, but these errors were encountered: