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
Copy file name to clipboardExpand all lines: aspnetcore/blazor/forms/index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -439,7 +439,7 @@ All of the [data annotation built-in validators](xref:mvc/models/validation#buil
439
439
jQuery validation isn't supported in Razor components. We recommend any of the following approaches:
440
440
441
441
* Follow the guidance in <xref:blazor/forms/validation> for either:
442
-
* Server-side validation in a Blazor Web App that adopts interactive rendering.
442
+
* Server-side validation in a Blazor Web App that adopts an interactive render mode.
443
443
* Client-side validation in a standalone Blazor Web Assembly app.
444
444
* Use native HTML validation attributes (see [Client-side form validation (MDN documentation)](https://developer.mozilla.org/docs/Learn/Forms/Form_validation)).
445
445
* Adopt a third-party validation JavaScript library.
0 commit comments