Issues with DataAnnotationsValidator and ValidationSummary
I am currently following a tutorial to learn Blazor (I'm working in 8.0).
I have a
and a
When I fire up the application, and enter a valid entry (eg; "hello", "123456") I get the attached image [posted below]. Really baffled here, read through the documentation. What am I doing incorrectly?
I have a
MessageWall.razor file, containing:and a
MessageModel.cs (contained within a Models folder, which I added to @_Imports.razor using @using BlazorServerMessageWall.Models):When I fire up the application, and enter a valid entry (eg; "hello", "123456") I get the attached image [posted below]. Really baffled here, read through the documentation. What am I doing incorrectly?





