FritzAndFriends / BlazorWebFormsComponents

A collection of Blazor components that emulate the ASP.NET Web Forms controls of the same name
MIT License
426 stars 72 forks source link

Fix TemplateFields test to use Label component #224

Closed Eilon closed 4 years ago

Eilon commented 4 years ago

It looks to be accidental that the TemplateFields test used a <label ... /> HTML element but with Blazor properties. I changed it to use a <Label ... /> component with real properties.

csharpfritz commented 4 years ago

Thanks for picking up on that fix!