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.