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).