1
1
mirror of https://github.com/primer/css.git synced 2024-11-28 04:43:05 +03:00

Update docs/content/components/forms.md

Co-authored-by: Inayaili León <yaili@github.com>
This commit is contained in:
Ash Guillaume 2021-01-22 13:58:26 -08:00 committed by GitHub
parent 87b79ed376
commit a1e2f854b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -149,7 +149,7 @@ Add the `disabled` attribute to make a `.form-control` appear disabled.
</div>
```
### Hide webkit's contact info autofill icon
### Hide WebKit's contact info autofill icon
Webkit sometimes gets confused and tries to add an icon/dropdown to autofill contact information on fields that may not be appropriate (such as input for number of users). Use this class to override the display of this icon.