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
This is currently handled in Blazor by doing a special check for the @formname attribute name in RenderTreeBuilder.AddAttribute, but we want this to be handled by the Razor compiler instead.
When encountering @formname="named-form-handler", the Razor compiler should output:
Blazor will support a new
@formname
attribute for use on<form>
elements. For example:This is currently handled in Blazor by doing a special check for the
@formname
attribute name inRenderTreeBuilder.AddAttribute
, but we want this to be handled by the Razor compiler instead.When encountering
@formname="named-form-handler"
, the Razor compiler should output:The text was updated successfully, but these errors were encountered: