timewarp-architecture icon indicating copy to clipboard operation
timewarp-architecture copied to clipboard

Add example of Server Side Only Validation to a Blazor Form.

Open StevenTCramer opened this issue 2 years ago • 0 comments

We are using

public class Query : IRequest<OneOf<SuccessResponse, ProblemDetails>>

for our contracts but don't show any examples of using the ProblemDetails result in a WASM client EditForm. This would be helpful.

StevenTCramer avatar Sep 14 '23 11:09 StevenTCramer