From f2ebcf80e832887ae3fa3bade3eeaf2795d6d6b8 Mon Sep 17 00:00:00 2001 From: Maximilian Franzke <787658+mfranzke@users.noreply.github.com> Date: Fri, 12 Apr 2024 12:29:53 +0200 Subject: [PATCH] Update Validation.md --- packages/components/docs/Validation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/components/docs/Validation.md b/packages/components/docs/Validation.md index 2a5c9b7b18c..5c43cbbf22d 100644 --- a/packages/components/docs/Validation.md +++ b/packages/components/docs/Validation.md @@ -15,4 +15,4 @@ If you use some framework you can pass the props `invalidMessage` and `validMess You can use `data-custom-validity|customValidity="'invalid' | 'valid' | 'no-validation'"` to disable [`:user-valid`](https://developer.mozilla.org/en-US/docs/Web/CSS/:user-valid). -> **Note:** This may lead to problems and inconsistency, only use it if you know what you do! +> **Note:** This may lead to problems and inconsistency, only use it if you know what you do, and have specific validation conditions that aren't possible to get defined by the huge range of already existing [validation conditions and patterns through attributs](https://developer.mozilla.org/en-US/docs/Learn/Forms/Form_validation#using_built-in_form_validation).