From 6bfbc719bc6e4ef65e79c9e5385dfc3f0bb75e12 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20Lyngs=C3=B8?= Date: Tue, 13 Aug 2024 21:12:57 +0200 Subject: [PATCH] readme addition --- .../src/packages/core/validation/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Umbraco.Web.UI.Client/src/packages/core/validation/README.md b/src/Umbraco.Web.UI.Client/src/packages/core/validation/README.md index dc08d38679..b7d458a5c6 100644 --- a/src/Umbraco.Web.UI.Client/src/packages/core/validation/README.md +++ b/src/Umbraco.Web.UI.Client/src/packages/core/validation/README.md @@ -82,6 +82,8 @@ We provide a few built in Validators which handles most cases. This Validator binds a Form Control Element with the Validation Context. When the Form Control becomes Invalid, its Validation Message is appended to the Validation Context. +Notice this one also comes as a Lit Directive called `umbBindToValidation`. + ### Server Model Validator This Validator can asks a end-point for validation of the model.