dotnet / aspnetcore

ASP.NET Core is a cross-platform .NET framework for building modern cloud-based web applications on Windows, Mac, or Linux.
https://asp.net
MIT License
34.51k stars 9.75k forks source link

Blazor SSR client validation on browser before EditForm submitting #55541

Closed mammadkoma closed 1 week ago

mammadkoma commented 1 week ago

Is there an existing issue for this?

Is your feature request related to a problem? Please describe the problem.

Hello, we need Blazor SSR client validation on browser.

Describe the solution you'd like

When the EditForm submit client validations don't fire locally on browser and it send a request to the server for validation. How to validate EditForm fields validations like [Required] on client browser like MVC Unobtrusive JavaScript?

Additional context

No response

mammadkoma commented 1 week ago

image

mkArtakMSFT commented 1 week ago

Thanks for contacting us. This is something we already track as part of https://github.com/dotnet/aspnetcore/issues/51040