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
{{ message }}
This repository has been archived by the owner on Dec 14, 2018. It is now read-only.
Root cause is the HtmlGenerator does not handle IHtmlContent in htmlAttribute dictionaries it's given. No need for such support elsewhere; the MVC tag helpers should be passing htmlAttributes: null except in this one case.
This problem would mostly go away if we fixed #5902. But, might still need to do something special when !ViewContext.FormContext.CanRenderAtEndOfForm.
Given the following
TagHelper
:And the following source:
You end up getting an invalid class attribute value:
This is because of how we copy the pre-existing output attributes.
The text was updated successfully, but these errors were encountered: