1
1
mirror of https://github.com/primer/css.git synced 2024-09-20 21:28:20 +03:00

Add link to <auto-check> docs

This commit is contained in:
simurai 2020-03-20 18:13:00 +09:00 committed by GitHub
parent 1b7627262b
commit 9c2c94f2be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -222,7 +222,7 @@ Use the `.select-sm` class to resize both default and custom `<select>`s to matc
#### Form group validation
Convey success, errors and warnings for form groups. For github.com consider using the `<auto-check>` element to perform server-side validation on an input.
Convey success, errors and warnings for form groups. For github.com consider using the [`<auto-check>`](https://github.github.io/web-systems-documentation/#custom-elements-auto-check-md) element to perform server-side validation on an input.
If the input is **valid**, add the `.successed` class to the `<div class="form-group">` element. Next add/update a success message to the `.note` element, as well as the `.success` class.