Skip to content

Commit

Permalink
Update Validation.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mfranzke authored Apr 12, 2024
1 parent a8a87e4 commit f2ebcf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/components/docs/Validation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

0 comments on commit f2ebcf8

Please sign in to comment.