Skip to content

Commit

Permalink
Update src/components/password-input/index.md
Browse files Browse the repository at this point in the history
Co-authored-by: Calvin Lau <[email protected]>
  • Loading branch information
owenatgov and calvin-lau-sig7 authored Oct 30, 2024
1 parent a71a35d commit 06d8e38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/password-input/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ Some browsers might automatically change what the user is typing when the input

You can tell browsers not to correct spellings by setting the `spellcheck` attribute to `false`.

Doing this can also prevent 'spell-jacking', where security researchers have found some spell checking tools gathering personal identifiable information, even user’s passwords, from password input fields to send to third party services.
Doing this can also prevent ['spell-jacking'](https://www.itpro.com/security/vulnerability/370010/what-is-spell-jacking), where security researchers have found some spell checking tools gathering personal identifiable information, even user’s passwords, from password input fields to send to third party services.

You can tell browsers not to autocapitalise values by setting the `autocapitalize` attribute to `off`.

Expand Down

0 comments on commit 06d8e38

Please sign in to comment.