Skip to content

Commit

Permalink
docs(common): Link validation KB from Validation article
Browse files Browse the repository at this point in the history
  • Loading branch information
dimodi authored Jul 11, 2024
1 parent a7b2575 commit ef3c8d4
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions common-features/input-validation.md
Original file line number Diff line number Diff line change
Expand Up @@ -919,9 +919,9 @@ The feature is supported by the following components treated as simple textbox-l

## See Also

* [Data Annotation attributes](https://docs.microsoft.com/en-us/aspnet/core/mvc/models/validation)
* [Live Demos](https://demos.telerik.com/blazor-ui/)
* [Form Component]({%slug form-overview%})
* [ValueChanged and Validation]({%slug value-changed-validation-model%})
* [Validate on Blur/Change, not on input]({%slug textbox-validate-on-change%})
* [Error: Requires a value for ValueExpression]({%slug common-kb-requires-valueexpression%})
* [Data Annotation attributes](https://docs.microsoft.com/en-us/aspnet/core/mvc/models/validation)
* [Conditional validation]({%slug form-kb-conditional-validation%})
* [ValueChanged and validation]({%slug value-changed-validation-model%})
* [Validate on blur or change]({%slug textbox-validate-on-change%})
* [Error: Requires a value for ValueExpression]({%slug common-kb-requires-valueexpression%})
* [Form component]({%slug form-overview%})

0 comments on commit ef3c8d4

Please sign in to comment.