We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 476fe4f commit ac75b9cCopy full SHA for ac75b9c
common-features/input-validation.md
@@ -17,7 +17,7 @@ To validate the Blazor inputs, you need to:
17
1. Define a model that has the desired [Data Annotation attributes](https://docs.microsoft.com/en-us/aspnet/core/mvc/models/validation).
18
1. Place the inputs corresponding to its fields in an `EditForm`.
19
1. Add a `DataAnnotationsValidator` inside the editable form.
20
-1. Provide the values to the inputs throught the `bind-Value` binding syntax.
+1. Provide the values to the inputs through the `bind-Value` binding syntax.
21
22
This article provides examples of validating the Telerik Blazor components. The examples are separated by input types for brevity:
23
0 commit comments